summaryrefslogtreecommitdiffstats
path: root/drivers/ide
diff options
context:
space:
mode:
authorBart Van Assche2017-08-18 01:23:07 +0200
committerJens Axboe2017-08-18 16:36:58 +0200
commit07d4b02d5487d3b6def678c98b4182606c3630d1 (patch)
tree6c9b2af35a648c132f1eb811d72164b1a2431304 /drivers/ide
parentgenhd: Annotate all part and part_tbl pointer dereferences (diff)
downloadkernel-qcow2-linux-07d4b02d5487d3b6def678c98b4182606c3630d1.tar.gz
kernel-qcow2-linux-07d4b02d5487d3b6def678c98b4182606c3630d1.tar.xz
kernel-qcow2-linux-07d4b02d5487d3b6def678c98b4182606c3630d1.zip
ide-floppy: Use blk_rq_is_scsi()
This patch does not change any functionality. Signed-off-by: Bart Van Assche <bart.vanassche@wdc.com> Acked-by: David S. Miller <davem@davemloft.net> Reviewed-by: Hannes Reinecke <hare@suse.com> Cc: linux-ide@vger.kernel.org Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'drivers/ide')
-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 627b1f62a749..3ddd88219906 100644
--- a/drivers/ide/ide-floppy.c
+++ b/drivers/ide/ide-floppy.c
@@ -72,7 +72,7 @@ static int ide_floppy_callback(ide_drive_t *drive, int dsc)
drive->failed_pc = NULL;
if (pc->c[0] == GPCMD_READ_10 || pc->c[0] == GPCMD_WRITE_10 ||
- (req_op(rq) == REQ_OP_SCSI_IN || req_op(rq) == REQ_OP_SCSI_OUT))
+ blk_rq_is_scsi(rq))
uptodate = 1; /* FIXME */
else if (pc->c[0] == GPCMD_REQUEST_SENSE) {