diff options
Diffstat (limited to 'drivers/block/ataflop.c')
-rw-r--r-- | drivers/block/ataflop.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/block/ataflop.c b/drivers/block/ataflop.c index 89a591d9c83b..f5e7180d7f47 100644 --- a/drivers/block/ataflop.c +++ b/drivers/block/ataflop.c | |||
@@ -1404,10 +1404,9 @@ static void redo_fd_request(void) | |||
1404 | 1404 | ||
1405 | repeat: | 1405 | repeat: |
1406 | if (!fd_request) { | 1406 | if (!fd_request) { |
1407 | fd_request = elv_next_request(floppy_queue); | 1407 | fd_request = blk_fetch_request(floppy_queue); |
1408 | if (!fd_request) | 1408 | if (!fd_request) |
1409 | goto the_end; | 1409 | goto the_end; |
1410 | blkdev_dequeue_request(fd_request); | ||
1411 | } | 1410 | } |
1412 | 1411 | ||
1413 | floppy = fd_request->rq_disk->private_data; | 1412 | floppy = fd_request->rq_disk->private_data; |