commit | 8aa957614610bad42b03c5bd815120813577deb9 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Sat Jun 17 06:36:00 2017 -0700 |
committer | Simon Glass <sjg@chromium.org> | Fri Jul 28 12:02:47 2017 -0600 |
tree | 32cd979ba4351e0a2b02f5735512d4fd2a484183 | |
parent | 513448a3cbc7d1aef1b4bab018c1dd38d35f9467 [diff] |
cmd: scsi: Fix null pointer dereference in 'scsi reset' During 'scsi reset', scsi_bus_reset() is called with udevice pointed to NULL, which causes exception. As a temporary fix, disable the call for DM SCSI for now. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>