瀏覽代碼

Merge branch 'fixes' into next

Ulf Hansson 7 年之前
父節點
當前提交
c42e8e054d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/mmc/host/sdhci-acpi.c

+ 1 - 1
drivers/mmc/host/sdhci-acpi.c

@@ -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;
 	}