[media] cx231xx-417: Remove unnecessary casts of void ptr returning alloc function...
authorJesper Juhl <jj@chaosbits.net>
Mon, 8 Nov 2010 23:08:41 +0000 (20:08 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Wed, 29 Dec 2010 10:16:47 +0000 (08:16 -0200)
Hi,

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/media/

Signed-off-by: Jesper Juhl <jj@chaosbits.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>

No differences found