USB: avoid needless address-taking of function parameters
authorHarvey Harrison <harvey.harrison@gmail.com>
Wed, 29 Oct 2008 21:25:51 +0000 (14:25 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 7 Jan 2009 17:59:50 +0000 (09:59 -0800)
commitda2bbdcc3838ce75c30bda8c3f9a6e55ece47ee1
tree70c61e2415d60a878627a6d47c831dbfb767fd71
parentaa459e6a2e8c9c5447b951f8f93e2ea76f65d104
USB: avoid needless address-taking of function parameters

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>
drivers/net/usb/kaweth.c
drivers/net/usb/pegasus.c
drivers/usb/core/message.c
drivers/usb/gadget/net2280.c