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:
aa459e6
)
USB: avoid needless address-taking of function parameters
author
Harvey Harrison
<harvey.harrison@gmail.com>
Wed, 29 Oct 2008 21:25:51 +0000
(14:25 -0700)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Wed, 7 Jan 2009 17:59:50 +0000
(09:59 -0800)
There's no need to take the address of the function params or local variables
when the direct value byteswapping routines are available.
Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
No differences found