From: David Brownell Date: Fri, 3 Oct 2008 07:03:33 +0000 (-0700) Subject: ehci-omap: (mostly) cosmetic cleanups X-Git-Tag: v2.6.27-omap1~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=311c4190aad8d580ba228338b58c7f9b5224b80f;p=pandora-kernel.git 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 Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed