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:
afabbe6
)
Staging, bcm: Remove unnecessary casts of void ptr returning alloc function return...
author
Jesper Juhl
<jj@chaosbits.net>
Wed, 10 Nov 2010 20:31:38 +0000
(21:31 +0100)
committer
Greg 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