aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ide/ide-io.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/ide/ide-io.c')
-rw-r--r--drivers/ide/ide-io.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/ide/ide-io.c b/drivers/ide/ide-io.c
index f776bd475010..26d3f3cacc8a 100644
--- a/drivers/ide/ide-io.c
+++ b/drivers/ide/ide-io.c
@@ -291,9 +291,6 @@ void ide_end_drive_cmd (ide_drive_t *drive, u8 stat, u8 err)
291 if (rq->cmd_type == REQ_TYPE_ATA_TASKFILE) { 291 if (rq->cmd_type == REQ_TYPE_ATA_TASKFILE) {
292 ide_task_t *task = (ide_task_t *)rq->special; 292 ide_task_t *task = (ide_task_t *)rq->special;
293 293
294 if (rq->errors == 0)
295 rq->errors = !OK_STAT(stat, ATA_DRDY, BAD_STAT);
296
297 if (task) { 294 if (task) {
298 struct ide_taskfile *tf = &task->tf; 295 struct ide_taskfile *tf = &task->tf;
299 296