USB: ehci-omap: Try to get PHY even if not in PHY mode
authorRoger Quadros <rogerq@ti.com>
Tue, 12 Mar 2013 10:44:49 +0000 (12:44 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 15 Mar 2013 18:53:52 +0000 (11:53 -0700)
commita2f450ca88a394e282f09e5e16f9de60cd487f80
treec6ad5d2aa6e2f02972b006fde73613b0919aef12
parenta1ae0affee119e6deb937d157aa8b43319c1d6f3
USB: ehci-omap: Try to get PHY even if not in PHY mode

Even when not in PHY mode, the USB device on the port (e.g. HUB)
might need resources like RESET which can be modelled as a PHY
device. So try to get the PHY device in any case.

Signed-off-by: Roger Quadros <rogerq@ti.com>
Acked-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/ehci-omap.c