From: Jesper Juhl Date: Wed, 10 Nov 2010 20:31:38 +0000 (+0100) Subject: Staging, bcm: Remove unnecessary casts of void ptr returning alloc function return... X-Git-Tag: v2.6.38-rc1~423^2~317 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3701befc44eb9b0e5a0e0b7169448658919b9850;p=pandora-kernel.git Staging, bcm: Remove unnecessary casts of void ptr returning alloc function return values 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed