diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2017-06-17 06:35:59 -0700 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2017-07-28 12:02:47 -0600 |
commit | 9c1390d4b988b1c7170dca9d06539ea1a363dfe7 (patch) | |
tree | 697ea396132239cee8967a8f85d449b52e769c93 /arch/arm/mach-omap2/omap5 | |
parent | 26722335253a9fa384ceb423419254cb00d0def1 (diff) |
dm: ahci: Avoid scsi_scan_dev() in ahci_probe_scsi()
Running 'scsi scan' command causes scsi_scan_dev() to be called,
from which device_probe() is called and consequently AHCI driver
probe routine will be called as SCSI driver's parent, and finally
ahci_probe_scsi() calls scsi_scan_dev() again.
Remove the call to scsi_scan_dev() in ahci_probe_scsi().
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/arm/mach-omap2/omap5')
0 files changed, 0 insertions, 0 deletions