diff options
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/scsi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/scsi.c b/cmd/scsi.c index 4213ec86775..46171e5436a 100644 --- a/cmd/scsi.c +++ b/cmd/scsi.c @@ -36,7 +36,7 @@ static int do_scsi(cmd_tbl_t *cmdtp, int flag, int argc, char *const argv[]) case 2: if (strncmp(argv[1], "res", 3) == 0) { printf("\nReset SCSI\n"); - scsi_bus_reset(); + scsi_bus_reset(NULL); ret = scsi_scan(1); if (ret) return CMD_RET_FAILURE; |