forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-16 50a212ec906f7524620675f0c57357691c26c81f
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