diff options
Diffstat (limited to 'drivers/block/amiflop.c')
-rw-r--r-- | drivers/block/amiflop.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/block/amiflop.c b/drivers/block/amiflop.c index 80a68b2e0451..9c6e5b0fe894 100644 --- a/drivers/block/amiflop.c +++ b/drivers/block/amiflop.c | |||
@@ -1342,12 +1342,11 @@ static void redo_fd_request(void) | |||
1342 | int err; | 1342 | int err; |
1343 | 1343 | ||
1344 | next_req: | 1344 | next_req: |
1345 | rq = elv_next_request(floppy_queue); | 1345 | rq = blk_fetch_request(floppy_queue); |
1346 | if (!rq) { | 1346 | if (!rq) { |
1347 | /* Nothing left to do */ | 1347 | /* Nothing left to do */ |
1348 | return; | 1348 | return; |
1349 | } | 1349 | } |
1350 | blkdev_dequeue_request(rq); | ||
1351 | 1350 | ||
1352 | floppy = rq->rq_disk->private_data; | 1351 | floppy = rq->rq_disk->private_data; |
1353 | drive = floppy - unit; | 1352 | drive = floppy - unit; |