aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ide/ide-tape.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/ide/ide-tape.c')
-rw-r--r--drivers/ide/ide-tape.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ide/ide-tape.c b/drivers/ide/ide-tape.c
index 94f6fb8c147a..2df708927687 100644
--- a/drivers/ide/ide-tape.c
+++ b/drivers/ide/ide-tape.c
@@ -778,7 +778,7 @@ static ide_startstop_t idetape_do_request(ide_drive_t *drive,
778 "Two DSC requests were queued\n"); 778 "Two DSC requests were queued\n");
779 drive->failed_pc = NULL; 779 drive->failed_pc = NULL;
780 rq->errors = 0; 780 rq->errors = 0;
781 ide_complete_rq(drive, 0); 781 ide_complete_rq(drive, 0, blk_rq_bytes(rq));
782 return ide_stopped; 782 return ide_stopped;
783 } 783 }
784 784