commit | ea7dd251251a8d4694e9929104209dcc06220630 | [log] [tgz] |
---|---|---|
author | Jesper Juhl <jj@chaosbits.net> | Tue Nov 09 00:11:03 2010 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Thu Nov 11 01:59:04 2010 +0100 |
tree | 3f689266a5591a94caf4c39243f6a100807e4a47 | |
parent | f724bd240adef304e222590826cb0c17d6168b68 [diff] |
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 <jj@chaosbits.net> Signed-off-by: Takashi Iwai <tiwai@suse.de>