commit | 1dcb202f42d0483d8d24015d8ded3badc1d11e2e | [log] [tgz] |
---|---|---|
author | Jesper Juhl <jj@chaosbits.net> | Tue Nov 09 00:08:50 2010 +0100 |
committer | Jiri Kosina <jkosina@suse.cz> | Wed Jan 19 15:24:57 2011 +0100 |
tree | a9d15d634d35a4d35a956fdc8e81a151296c0a59 | |
parent | 288db88216081bed4761ad0924527a9ca54025e9 [diff] |
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>