ata: fsl_sata: Continue probing other sata port when failed current port.
authorPeng Ma <peng.ma@nxp.com>
Wed, 4 Dec 2019 10:36:45 +0000 (10:36 +0000)
committerTom Rini <trini@konsulko.com>
Wed, 8 Jan 2020 14:27:44 +0000 (09:27 -0500)
commit964b90f61d2b49844bd42d0a0580e1a404063ee1
tree846ac3ff496f57d6440b17028bc0c801007bbdc3
parent40cdf26eeb560f786c54de6aba6a342887fc8011
ata: fsl_sata: 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/fsl_sata.c