forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
kernel/drivers/mmc/host/mtk-sd.c
....@@ -2443,7 +2443,7 @@
24432443
24442444 host->irq = platform_get_irq(pdev, 0);
24452445 if (host->irq < 0) {
2446
- ret = -EINVAL;
2446
+ ret = host->irq;
24472447 goto host_free;
24482448 }
24492449