From: Jesper Juhl Date: Mon, 8 Nov 2010 23:11:03 +0000 (+0100) Subject: sound/oss: Remove unnecessary casts of void ptr X-Git-Tag: v2.6.37-rc4~59^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea7dd251251a8d4694e9929104209dcc06220630;p=pandora-kernel.git sound/oss: Remove unnecessary casts of void ptr 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 Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed