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