mmc: usdhi60rol0: fix deferred probing
authorSergey Shtylyov <s.shtylyov@omp.ru>
Sat, 17 Jun 2023 20:36:22 +0000 (23:36 +0300)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 19 Jun 2023 11:32:39 +0000 (13:32 +0200)
commit413db499730248431c1005b392e8ed82c4fa19bf
tree96eeb0bb529922a40f715d50ac592e8d249c40d8
parentc2df53c5806cfd746dae08e07bc8c4ad247c3b70
mmc: usdhi60rol0: fix deferred probing

The driver overrides the error codes returned by platform_get_irq_byname()
to -ENODEV, so if it returns -EPROBE_DEFER, the driver will fail the probe
permanently instead of the deferred probing.  Switch to propagating error
codes upstream.

Fixes: 9ec36cafe43b ("of/irq: do irq resolution in platform_get_irq")
Signed-off-by: Sergey Shtylyov <s.shtylyov@omp.ru>
Link: https://lore.kernel.org/r/20230617203622.6812-13-s.shtylyov@omp.ru
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/usdhi6rol0.c