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 d1a79e8e0d69..39e7fda37c5f 100644
--- a/drivers/ide/ide-floppy.c
+++ b/drivers/ide/ide-floppy.c
@@ -101,7 +101,7 @@ static int ide_floppy_end_request(ide_drive_t *drive, int uptodate, int nsecs)
101 } 101 }
102 rq->errors = error; 102 rq->errors = error;
103 /* fixme: need to move this local also */ 103 /* fixme: need to move this local also */
104 ide_end_drive_cmd(drive, 0, 0); 104 ide_complete_rq(drive, 0);
105 return 0; 105 return 0;
106} 106}
107 107