ahci-pci: Update call to ahci_probe_scsi_pci()
authorBin Meng <bmeng.cn@gmail.com>
Thu, 3 Aug 2017 02:07:17 +0000 (19:07 -0700)
committerTom Rini <trini@konsulko.com>
Thu, 3 Aug 2017 18:48:48 +0000 (14:48 -0400)
commit7b9c88bfca6b445e26767494a30083d3b75b5b67
tree5fba2a3916b5721c9b2c42759249af3a6dd2f2ed
parenta89302cc7908de36e949b02013ac05ce5ef8b354
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>
drivers/ata/ahci-pci.c