drivers/message/, i2o: Remove unnecessary casts of void ptr returning alloc function...
authorJesper Juhl <jj@chaosbits.net>
Mon, 8 Nov 2010 23:08:50 +0000 (00:08 +0100)
committerJiri Kosina <jkosina@suse.cz>
Wed, 19 Jan 2011 14:24:57 +0000 (15:24 +0100)
commit1dcb202f42d0483d8d24015d8ded3badc1d11e2e
treea9d15d634d35a4d35a956fdc8e81a151296c0a59
parent288db88216081bed4761ad0924527a9ca54025e9
drivers/message/, i2o: Remove unnecessary casts of void ptr returning alloc function return values

The [vk][cmz]alloc(_node) family of functions return void pointers which
it's completely unnecessary/pointless to cast to other pointer types since
that happens implicitly.

This patch removes such casts from drivers/message/

Signed-off-by: Jesper Juhl <jj@chaosbits.net>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/message/i2o/i2o_config.c