Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Merge branch 'fixes' into next

+1 -1
+1 -1
drivers/mmc/host/sdhci-acpi.c
··· 680 680 host->hw_name = "ACPI"; 681 681 host->ops = &sdhci_acpi_ops_dflt; 682 682 host->irq = platform_get_irq(pdev, 0); 683 - if (host->irq <= 0) { 683 + if (host->irq < 0) { 684 684 err = -EINVAL; 685 685 goto err_free; 686 686 }