mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-29 23:53:32 +00:00
Merge branch 'fixes' into next
This commit is contained in:
commit
c42e8e054d
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue