git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f724bd2
)
sound/oss: Remove unnecessary casts of void ptr
author
Jesper Juhl
<jj@chaosbits.net>
Mon, 8 Nov 2010 23:11:03 +0000
(
00:11
+0100)
committer
Takashi Iwai
<tiwai@suse.de>
Thu, 11 Nov 2010 00:59:04 +0000
(
01:59
+0100)
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>
No differences found