commit | 485e83d86fa01c528ff44de56a385577dbd5e89e | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Wed Aug 02 19:07:17 2017 -0700 |
committer | Tom Rini <trini@konsulko.com> | Thu Aug 03 14:48:48 2017 -0400 |
tree | 5fba2a3916b5721c9b2c42759249af3a6dd2f2ed | |
parent | 78be28007e70b658b8547b9ceeeff98deb19b64c [diff] |
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: Tom Rini <trini@konsulko.com> Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Bin Meng <bmeng.cn@gmail.com>