diff options
Diffstat (limited to 'drivers/ide/ide-floppy.c')
-rw-r--r-- | drivers/ide/ide-floppy.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/drivers/ide/ide-floppy.c b/drivers/ide/ide-floppy.c index 8c518c6a6477..ee3e77a7a727 100644 --- a/drivers/ide/ide-floppy.c +++ b/drivers/ide/ide-floppy.c | |||
@@ -285,9 +285,13 @@ static ide_startstop_t ide_floppy_do_request(ide_drive_t *drive, | |||
285 | goto out_end; | 285 | goto out_end; |
286 | } | 286 | } |
287 | 287 | ||
288 | if (rq_data_dir(rq)) | ||
289 | cmd->tf_flags |= IDE_TFLAG_WRITE; | ||
290 | cmd->rq = rq; | ||
291 | |||
288 | if (blk_fs_request(rq) || pc->req_xfer) { | 292 | if (blk_fs_request(rq) || pc->req_xfer) { |
289 | ide_init_sg_cmd(cmd, rq->nr_sectors); | 293 | ide_init_sg_cmd(cmd, rq->nr_sectors); |
290 | ide_map_sg(drive, rq); | 294 | ide_map_sg(drive, cmd); |
291 | } | 295 | } |
292 | 296 | ||
293 | pc->sg = hwif->sg_table; | 297 | pc->sg = hwif->sg_table; |