hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
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