forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 10ebd8556b7990499c896a550e3d416b444211e6
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