]> git.ipfire.org Git - thirdparty/u-boot.git/commit
ata: sata_sil: Continue probing other sata port when failed current port.
authorPeng Ma <peng.ma@nxp.com>
Wed, 4 Dec 2019 10:36:42 +0000 (10:36 +0000)
committerTom Rini <trini@konsulko.com>
Wed, 8 Jan 2020 14:27:44 +0000 (09:27 -0500)
commit40cdf26eeb560f786c54de6aba6a342887fc8011
tree0b652fcca44012ba5045067e0b7f34d813b86af8
parent74bb4570a952b06fecfafc5b961a5cb5147ec544
ata: sata_sil: Continue probing other sata port when failed current port.

In the initialization of sata driver, we want to initialize all port
 probes, Therefore, any detection failure between of them should continue
 initialization by skipping the current port instead of exit.

Signed-off-by: Peng Ma <peng.ma@nxp.com>
drivers/ata/sata_sil.c