commit | 7f00c2f6da11f938ea7207c3de17de7d2117300c | [log] [tgz] |
---|---|---|
author | Troy Kisky <troy.kisky@boundarydevices.com> | Fri Jul 27 16:45:26 2018 -0700 |
committer | Tom Rini <trini@konsulko.com> | Fri Aug 10 10:27:32 2018 -0400 |
tree | 2aab091303b03c90dfbe81636e3e34bfef475c0a | |
parent | 29bf60376d15c755209f27b033ab7d0274e5aa5c [diff] |
sata: fix sata_Probe return value check sata_probe returns 1 for failure, so don't checkout for < 0 fixes: f19f1ecb6025 dm: sata: Support driver model with the 'sata' command Signed-off-by: Troy Kisky <troy.kisky@boundarydevices.com> Reviewed-by: Simon Glass <sjg@chromium.org>