OMAP34xx USB: fix compile breakage in TLL mode
authorPaul Walmsley <paul@pwsan.com>
Thu, 21 Feb 2008 00:12:18 +0000 (16:12 -0800)
committerTony Lindgren <tony@atomide.com>
Thu, 21 Feb 2008 00:12:18 +0000 (16:12 -0800)
drivers/usb/host/ehci-omap.c in the git tree doesn't compile when
CONFIG_OMAP_EHCI_PHY_MODE is disabled; error message is enclosed below.
Fix the bug, and while there, rearrange the source code to reduce code
duplication and function size.

Also some minor modifications as per David Brownell's comments.

Signed-off-by: Paul Walmsley <paul@pwsan.com>
Acked-by: Vikram Pandita <vikram.pandita@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>

No differences found