Re: [PATCH] usb: host: ohci-pxa27x: propagate the irq error code

2016-02-18 Thread Alan Stern
On Sat, 13 Feb 2016, Robert Jarzmik wrote: > In several drivers in the pxa architecture, it was found that the > platform_get_irq() was not propagated. This breaks the the device-tree > probe deferral path, if -EPROBE_DEFER is returned. Unfortunately, the > error return in this case is transformed

[PATCH] usb: host: ohci-pxa27x: propagate the irq error code

2016-02-13 Thread Robert Jarzmik
In several drivers in the pxa architecture, it was found that the platform_get_irq() was not propagated. This breaks the the device-tree probe deferral path, if -EPROBE_DEFER is returned. Unfortunately, the error return in this case is transformed into -ENXIO, breaking the deferral mechanism. Even