aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ide/ide-floppy.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/ide/ide-floppy.c')
-rw-r--r--drivers/ide/ide-floppy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ide/ide-floppy.c b/drivers/ide/ide-floppy.c
index 572aa9696dad..7ef2b90e530a 100644
--- a/drivers/ide/ide-floppy.c
+++ b/drivers/ide/ide-floppy.c
@@ -261,7 +261,7 @@ static ide_startstop_t ide_floppy_do_request(ide_drive_t *drive,
261 261
262 if (blk_special_request(rq)) { 262 if (blk_special_request(rq)) {
263 rq->errors = 0; 263 rq->errors = 0;
264 ide_complete_rq(drive, 0); 264 ide_complete_rq(drive, 0, blk_rq_bytes(rq));
265 return ide_stopped; 265 return ide_stopped;
266 } else 266 } else
267 goto out_end; 267 goto out_end;