dpaa2-eth: Fix potential spectre issue
[linux-2.6-microblaze.git] / drivers / ata / ahci_tegra.c
index 64d8484..004f260 100644 (file)
@@ -494,7 +494,7 @@ static int tegra_ahci_probe(struct platform_device *pdev)
        int ret;
        unsigned int i;
 
-       hpriv = ahci_platform_get_resources(pdev);
+       hpriv = ahci_platform_get_resources(pdev, 0);
        if (IS_ERR(hpriv))
                return PTR_ERR(hpriv);