Re: [PATCH 07/10] usb: host: ohci-da8xx: fix deferred probing
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Date: 2021-10-22 09:08:45
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Date: 2021-10-22 09:08:45
On Thu, Oct 21, 2021 at 10:17:43PM +0300, Sergey Shtylyov wrote:
On 10/21/21 10:14 PM, Sergey Shtylyov wrote:quoted
From: Sergey Shtylyov <redacted>Oops, should have been @omp.ru -- missed it somehow... :-?quoted
The driver overrides the error codes returned by platform_get_irq() to -ENODEV for some strange reason, so if it returns -EPROBE_DEFER, the driver will fail the probe permanently instead of the deferred probing. Switch to propagating the error codes upstream. Fixes: efe7daf2231a ("USB: OHCI: DA8xx/OMAP-L1x glue layer") Signed-off-by: Sergey Shtylyov <redacted>Hm, this needs fixing too...quoted
Signed-off-by: Sergey Shtylyov <redacted>[...]
Please fix up and add Alan's acks and send a v2 of this series. thanks, greg k-h