On 3/29/21 1:50 PM, Sergey Shtylyov wrote:
The driver overrides the error codes returned by platform_get_irq() to -ENODEV, so if it returns -EPROBE_DEFER, the driver would fail the probe permanently instead of the deferred probing. Propagate the error code upstream, as it should have been done from the start... Fixes: 2953f850c3b8 ("[SCSI] ufs: use devres functions for ufshcd") Signed-off-by: Sergey Shtylyov <s.shtylyov@xxxxxxxxxxxx>
Hi Sergey, How has this patch been tested? Thanks, Bart.