Merge branch 'fixes' into next

This commit is contained in:
Ulf Hansson 2018-03-21 11:11:30 +01:00
commit c42e8e054d

View file

@ -680,7 +680,7 @@ static int sdhci_acpi_probe(struct platform_device *pdev)
host->hw_name = "ACPI";
host->ops = &sdhci_acpi_ops_dflt;
host->irq = platform_get_irq(pdev, 0);
if (host->irq <= 0) {
if (host->irq < 0) {
err = -EINVAL;
goto err_free;
}