]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
ehci-omap: (mostly) cosmetic cleanups
authorDavid Brownell <dbrownell@users.sourceforge.net>
Fri, 3 Oct 2008 07:03:33 +0000 (00:03 -0700)
committerTony Lindgren <tony@atomide.com>
Fri, 17 Oct 2008 21:27:01 +0000 (14:27 -0700)
commit311c4190aad8d580ba228338b58c7f9b5224b80f
tree2c3acf0e38bacf51e0ba5be49bed95eed3a02ed8
parent3da0e10243d075b905dfa8f1b4a6cb3694ab2ce0
ehci-omap: (mostly) cosmetic cleanups

Various cleanups to the OMAP EHCI bus glue:

 - Whitespace fixes.

 - Busy-wait loops should really have timeouts, but lacking
   that ... at least cpu_relax() in the body.

 - Debug messages should end with newlines, so they don't
   break the next message; should not embed newlines; and
   should otherwise be clean and correctly spelled.

 - The probe() method should have initialized the SBRN value,
   so the driver didn't report "USB 0.0 started".

 - The MODULE_ALIAS() was missing its "platform:" prefix;
   doing it right means the module could hotplug/coldplug.

No real functional change except for the hotplug/coldplug thing.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Tony Lindgren <tony@atomide.com>
drivers/usb/host/ehci-omap.c