diff options
Diffstat (limited to 'drivers/ide/ide-io.c')
-rw-r--r-- | drivers/ide/ide-io.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/ide/ide-io.c b/drivers/ide/ide-io.c index 1af2cc4f864e..18ac1bd0811f 100644 --- a/drivers/ide/ide-io.c +++ b/drivers/ide/ide-io.c | |||
@@ -234,7 +234,6 @@ static ide_startstop_t ide_start_power_step(ide_drive_t *drive, struct request * | |||
234 | out_do_tf: | 234 | out_do_tf: |
235 | args->tf_flags = IDE_TFLAG_OUT_TF | IDE_TFLAG_OUT_DEVICE; | 235 | args->tf_flags = IDE_TFLAG_OUT_TF | IDE_TFLAG_OUT_DEVICE; |
236 | args->data_phase = TASKFILE_NO_DATA; | 236 | args->data_phase = TASKFILE_NO_DATA; |
237 | args->handler = task_no_data_intr; | ||
238 | return do_rw_taskfile(drive, args); | 237 | return do_rw_taskfile(drive, args); |
239 | } | 238 | } |
240 | 239 | ||