Home
last modified time | relevance | path

Searched hist:db13a768a07b31b4955db934f3d55d2c77335bcc (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/cmd/
H A Dscsi.cdb13a768a07b31b4955db934f3d55d2c77335bcc Sat Jun 17 13:36:00 UTC 2017 Bin Meng <bmeng.cn@gmail.com> 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>