commit | 2099973abfb96f98290d52de24940561e29bbeea | [log] [tgz] |
---|---|---|
author | Jesper Juhl <jj@chaosbits.net> | Tue Nov 09 00:09:25 2010 +0100 |
committer | Jiri Kosina <jkosina@suse.cz> | Wed Jan 19 15:26:40 2011 +0100 |
tree | a54134b6137622a3deafa2bdfe5e30249003e1af | |
parent | 1dcb202f42d0483d8d24015d8ded3badc1d11e2e [diff] |
scsi: 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/scsi/ Signed-off-by: Jesper Juhl <jj@chaosbits.net> Signed-off-by: Jiri Kosina <jkosina@suse.cz>