Skip to content

Commit

Permalink
[libata] sata_mv: fix can_queue line accidentally removed in scsi-eh …
Browse files Browse the repository at this point in the history
…patch
  • Loading branch information
Jeff Garzik committed Apr 10, 2006
1 parent 9227c33 commit 1b72373
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/scsi/sata_mv.c
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,7 @@ static struct scsi_host_template mv_sht = {
.name = DRV_NAME,
.ioctl = ata_scsi_ioctl,
.queuecommand = ata_scsi_queuecmd,
.can_queue = MV_USE_Q_DEPTH,
.this_id = ATA_SHT_THIS_ID,
.sg_tablesize = MV_MAX_SG_CT / 2,
.cmd_per_lun = ATA_SHT_CMD_PER_LUN,
Expand Down

0 comments on commit 1b72373

Please sign in to comment.