forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-02-19 151fecfb72a0d602dfe79790602ef64b4e241574
kernel/drivers/mmc/host/owl-mmc.c
....@@ -640,7 +640,7 @@
640640
641641 owl_host->irq = platform_get_irq(pdev, 0);
642642 if (owl_host->irq < 0) {
643
- ret = -EINVAL;
643
+ ret = owl_host->irq;
644644 goto err_release_channel;
645645 }
646646