[IA64] Remove unnecessary cast of allocation return value in sn_hwperf_enum_objects()
authorJesper Juhl <jesper.juhl@gmail.com>
Thu, 23 Aug 2007 23:40:26 +0000 (01:40 +0200)
committerTony Luck <tony.luck@intel.com>
Sat, 1 Sep 2007 09:48:45 +0000 (02:48 -0700)
commit1aac0b5739ae192ee812eee09625ebfc08c2d760
tree72a1bf07f1e065cb7e54a22afb734612711f5c5d
parentf740e6c9c55cac6ab0a7d44a464b54467cca4f4f
[IA64] Remove unnecessary cast of allocation return value in sn_hwperf_enum_objects()

vmalloc() returns a void pointer - no need to cast it.

Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
arch/ia64/sn/kernel/sn2/sn_hwperf.c