aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ide/ide-taskfile.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/ide/ide-taskfile.c')
-rw-r--r--drivers/ide/ide-taskfile.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/ide/ide-taskfile.c b/drivers/ide/ide-taskfile.c
index 0318a4cb09de..b1806ed46175 100644
--- a/drivers/ide/ide-taskfile.c
+++ b/drivers/ide/ide-taskfile.c
@@ -98,7 +98,8 @@ ide_startstop_t do_rw_taskfile(ide_drive_t *drive, struct ide_cmd *orig_cmd)
98 cmd->tf.device |= drive->select; 98 cmd->tf.device |= drive->select;
99 } 99 }
100 100
101 tp_ops->tf_load(drive, cmd); 101 tp_ops->tf_load(drive, &cmd->hob, cmd->valid.out.hob);
102 tp_ops->tf_load(drive, &cmd->tf, cmd->valid.out.tf);
102 } 103 }
103 104
104 switch (cmd->protocol) { 105 switch (cmd->protocol) {