]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - drivers/ata/dwc_ahci.c
Merge git://git.denx.de/u-boot-sunxi
[people/ms/u-boot.git] / 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[] = {