]> git.sur5r.net Git - u-boot/blobdiff - drivers/ata/dwc_ahci.c
mmc: reworked version lookup in mmc_startup_v4
[u-boot] / drivers / ata / dwc_ahci.c
index b16304baedbdf3dbc518f34f22b102c458fdab02..029b7784f64c351f0e55682d4815e91df5c06b1a 100644 (file)
@@ -85,7 +85,7 @@ static int dwc_ahci_probe(struct udevice *dev)
        if (ret)
                return ret;
 
-       return achi_start_ports_dm(dev);
+       return ahci_start_ports_dm(dev);
 }
 
 static const struct udevice_id dwc_ahci_ids[] = {