commit | 3645a480b43a6785bb923c9775adf44a472ce227 | [log] [tgz] |
---|---|---|
author | Faiz Abbas <faiz_abbas@ti.com> | Tue Oct 15 18:24:34 2019 +0530 |
committer | Tom Rini <trini@konsulko.com> | Wed Oct 23 20:47:12 2019 -0400 |
tree | 95b6c6860d7c74934c14c2a1a0d1976ed413b144 | |
parent | b26c61408067c6f51af1eea50a689a685f636a6d [diff] |
scsi: Retry inquiry 3 times to overcome Unit Attention condition The UFS SCSI device LUNs are observed to return failure the first time a unit ready inquiry is sent and pass on the second try. Send this inquiry 3 times to make sure device is ready. Signed-off-by: Faiz Abbas <faiz_abbas@ti.com>