kernel/drivers/mmc/host/owl-mmc.c
.. .. @@ -640,7 +640,7 @@ 640 640 641 641 owl_host->irq = platform_get_irq(pdev, 0); 642 642 if (owl_host->irq < 0) { 643 - ret = -EINVAL;643 + ret = owl_host->irq;644 644 goto err_release_channel; 645 645 } 646 646