]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
USB: pxa27x_udc: typo fixes and code cleanups
authorVernon Sauder <vsauder@inhand.com>
Fri, 20 Mar 2009 08:44:50 +0000 (01:44 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 24 Mar 2009 23:20:45 +0000 (16:20 -0700)
commit4c24b6d045a9d355c95ca4e6beb10ce2fd263390
tree6195af438de3c2d0cc89fdd3b7c18cdf9cadce58
parentab943a2e125b098489ccaa0166c2c52f8266d9ed
USB: pxa27x_udc: typo fixes and code cleanups

This patch is a merge of patches :
 - fix function doc and debug
 - cleanup loop count
 - optimize code to remove local variable and extra check
 - init 'req' before use
 - add missing iounmap call

[dbrownell@users.sourceforge.net: capitalize IN/OUT directions in doc]

Signed-off-by: Vernon Sauder <vsauder@inhand.com>
[folded by Robert Jarzmik <robert.jarzmik@free.fr>
Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr>
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/gadget/pxa27x_udc.c