usb: ehci-omap: don't complain on -EPROBE_DEFER when no PHY found
authorLadislav Michl <ladis@linux-mips.org>
Thu, 18 Jan 2018 21:13:18 +0000 (22:13 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 22 Jan 2018 14:34:38 +0000 (15:34 +0100)
commit5008ae5156ebf3a6e6b07269f1b8a67273ef4b6a
treefad7af73060e94e18d11c754748993829192e2c3
parentef824501f50846589f02173d73ce3fe6021a9d2a
usb: ehci-omap: don't complain on -EPROBE_DEFER when no PHY found

Don't complain on -EPROBE_DEFER when no PHY found, the driver
probe will be retried later.

Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
Acked-by: Tony Lindgren <tony@atomide.com>
Acked-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