Re: [PATCH] sata_highbank: fix deferred probing
From: Jens Axboe <axboe@kernel.dk>
Date: 2021-05-18 21:18:12
From: Jens Axboe <axboe@kernel.dk>
Date: 2021-05-18 21:18:12
On 3/14/21 2:34 PM, Sergey Shtylyov wrote:
The driver overrides the error codes returned by platform_get_irq() to -EINVAL, so if it returns -EPROBE_DEFER, the driver would fail the probe permanently instead of the deferred probing. Switch to propagating the error code upstream, still checking/overriding IRQ0 as libata regards it as "no IRQ" (thus polling) anyway...
Applied, sorry about the delay. -- Jens Axboe