Re: [PATCH v3] usb: ehci-omap: don't complain on -EPROBE_DEFER when no PHY found

2018-01-18 Thread Alan Stern
On Thu, 18 Jan 2018, Ladislav Michl wrote: > On Thu, Jan 18, 2018 at 10:18:41AM -0500, Alan Stern wrote: > > On Thu, 18 Jan 2018, Ladislav Michl wrote: > > > > > Don't complain on -EPROBE_DEFER when no PHY found, the driver > > > probe will be retried later. > > > > > > Signed-off-by: Ladislav M

Re: [PATCH v3] usb: ehci-omap: don't complain on -EPROBE_DEFER when no PHY found

2018-01-18 Thread Ladislav Michl
On Thu, Jan 18, 2018 at 10:18:41AM -0500, Alan Stern wrote: > On Thu, 18 Jan 2018, Ladislav Michl wrote: > > > Don't complain on -EPROBE_DEFER when no PHY found, the driver > > probe will be retried later. > > > > Signed-off-by: Ladislav Michl > > Acked-by: Tony Lindgren > > Acked-by: Roger Qua

Re: [PATCH v3] usb: ehci-omap: don't complain on -EPROBE_DEFER when no PHY found

2018-01-18 Thread Alan Stern
On Thu, 18 Jan 2018, Ladislav Michl wrote: > Don't complain on -EPROBE_DEFER when no PHY found, the driver > probe will be retried later. > > Signed-off-by: Ladislav Michl > Acked-by: Tony Lindgren > Acked-by: Roger Quadros > --- > Changes: > - v2: None, just added Tony's ack > - v3: Fixed

[PATCH v3] usb: ehci-omap: don't complain on -EPROBE_DEFER when no PHY found

2018-01-18 Thread Ladislav Michl
Don't complain on -EPROBE_DEFER when no PHY found, the driver probe will be retried later. Signed-off-by: Ladislav Michl Acked-by: Tony Lindgren Acked-by: Roger Quadros --- Changes: - v2: None, just added Tony's ack - v3: Fixed commit message typo spotted by Jaejoong Kim, added Roger's ack