commit | 7e83f1d5e819c76d50fc4daee9d4b5348bf3dc0f | [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 | 17585e2dc33c23b3ea37daf485ced880c8fea3f8 [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>