forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
kernel/drivers/mmc/host/sdhci-acpi.c
....@@ -876,7 +876,7 @@
876876 host->ops = &sdhci_acpi_ops_dflt;
877877 host->irq = platform_get_irq(pdev, 0);
878878 if (host->irq < 0) {
879
- err = -EINVAL;
879
+ err = host->irq;
880880 goto err_free;
881881 }
882882