diff options
Diffstat (limited to 'drivers/ide/ide-io.c')
-rw-r--r-- | drivers/ide/ide-io.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ide/ide-io.c b/drivers/ide/ide-io.c index 1526d79f87e4..73e021267f3b 100644 --- a/drivers/ide/ide-io.c +++ b/drivers/ide/ide-io.c | |||
@@ -902,7 +902,7 @@ static ide_startstop_t execute_drive_cmd (ide_drive_t *drive, | |||
902 | } | 902 | } |
903 | tf->command = args[0]; | 903 | tf->command = args[0]; |
904 | ide_tf_load(drive, <ask); | 904 | ide_tf_load(drive, <ask); |
905 | ide_execute_command(drive, args[0], &drive_cmd_intr, WAIT_CMD, NULL); | 905 | ide_execute_command(drive, args[0], &drive_cmd_intr, WAIT_WORSTCASE, NULL); |
906 | return ide_started; | 906 | return ide_started; |
907 | 907 | ||
908 | done: | 908 | done: |