Skip to content
Snippets Groups Projects
Commit 7b9c88bf authored by Bin Meng's avatar Bin Meng Committed by Tom Rini
Browse files

ahci-pci: Update call to ahci_probe_scsi_pci()


ahci_probe_scsi() now takes a 'base' argument, and there is an API
that prepares base address for us: ahci_probe_scsi_pci().

Reported-by: default avatarTom Rini <trini@konsulko.com>
Reviewed-by: default avatarSimon Glass <sjg@chromium.org>
Signed-off-by: default avatarBin Meng <bmeng.cn@gmail.com>
parent a89302cc
No related branches found
No related tags found
No related merge requests found
...@@ -18,7 +18,7 @@ static int ahci_pci_bind(struct udevice *dev) ...@@ -18,7 +18,7 @@ static int ahci_pci_bind(struct udevice *dev)
static int ahci_pci_probe(struct udevice *dev) static int ahci_pci_probe(struct udevice *dev)
{ {
return ahci_probe_scsi(dev); return ahci_probe_scsi_pci(dev);
} }
static const struct udevice_id ahci_pci_ids[] = { static const struct udevice_id ahci_pci_ids[] = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment