Merge branch 'fixes' into next
This commit is contained in:
commit
c42e8e054d
@ -680,7 +680,7 @@ static int sdhci_acpi_probe(struct platform_device *pdev)
|
|||||||
host->hw_name = "ACPI";
|
host->hw_name = "ACPI";
|
||||||
host->ops = &sdhci_acpi_ops_dflt;
|
host->ops = &sdhci_acpi_ops_dflt;
|
||||||
host->irq = platform_get_irq(pdev, 0);
|
host->irq = platform_get_irq(pdev, 0);
|
||||||
if (host->irq <= 0) {
|
if (host->irq < 0) {
|
||||||
err = -EINVAL;
|
err = -EINVAL;
|
||||||
goto err_free;
|
goto err_free;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user