Staging, bcm: Remove unnecessary casts of void ptr returning alloc function return...
authorJesper Juhl <jj@chaosbits.net>
Wed, 10 Nov 2010 20:31:38 +0000 (21:31 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 11 Nov 2010 00:28:31 +0000 (16:28 -0800)
Here's a patch against a copy of linux-next that I just cloned.

Don't pointlessly cast pointers returned by allocation functions that
return void pointers which are implicitly converted.
For drivers/staging/bcm/

Signed-off-by: Jesper Juhl <jj@chaosbits.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found