]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commite3247a53634015bd22ab0b64d4f19bd8a8b3d2fe
tree70c61e2415d60a878627a6d47c831dbfb767fd71
parent70ab9dabd487804bbda1679e2698637a1325b7a6
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