]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commitd965df650036f0fac11f04dee543bc5cbc959300
tree846ac3ff496f57d6440b17028bc0c801007bbdc3
parent3d0e7c0fdfb9a43ae5b09090b995210a7509f767
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