diff options
Diffstat (limited to 'drivers/scsi/st.c')
-rw-r--r-- | drivers/scsi/st.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/st.c b/drivers/scsi/st.c index afc834e172c6..14eb4b256a03 100644 --- a/drivers/scsi/st.c +++ b/drivers/scsi/st.c | |||
@@ -484,7 +484,7 @@ static int st_scsi_execute(struct st_request *SRpnt, const unsigned char *cmd, | |||
484 | if (!req) | 484 | if (!req) |
485 | return DRIVER_ERROR << 24; | 485 | return DRIVER_ERROR << 24; |
486 | 486 | ||
487 | req->cmd_type = REQ_TYPE_BLOCK_PC; | 487 | blk_rq_set_block_pc(req); |
488 | req->cmd_flags |= REQ_QUIET; | 488 | req->cmd_flags |= REQ_QUIET; |
489 | 489 | ||
490 | mdata->null_mapped = 1; | 490 | mdata->null_mapped = 1; |