sound/oss: Remove unnecessary casts of void ptr
authorJesper Juhl <jj@chaosbits.net>
Mon, 8 Nov 2010 23:11:03 +0000 (00:11 +0100)
committerTakashi Iwai <tiwai@suse.de>
Thu, 11 Nov 2010 00:59:04 +0000 (01:59 +0100)
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 sound/oss/

Signed-off-by: Jesper Juhl <jj@chaosbits.net>
Signed-off-by: Takashi Iwai <tiwai@suse.de>

No differences found