commit | b3860bfe779f71708f380392ef195e137981d7ad | [log] [tgz] |
---|---|---|
author | Marcel Ziswiler <marcel.ziswiler@toradex.com> | Fri Feb 01 16:01:08 2019 +0100 |
committer | Tom Rini <trini@konsulko.com> | Sat Feb 09 07:51:00 2019 -0500 |
tree | 857f40b8a79634e8bb938ec206f8beae009032b4 | |
parent | f3885649657b4dfb669ae4505a0516c3affb8694 [diff] |
cmd: sata: add null pointer check for dev Calling sata_scan() with a null pointer probably won't make much sense. Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Reviewed-by: Simon Glass <sjg@chromium.org>