diff options
author | Jeff Garzik <jeff@garzik.org> | 2006-04-10 14:56:39 -0400 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2006-04-10 14:56:39 -0400 |
commit | 1b72373491a061be6d456d219a4e2d054ac2aaad (patch) | |
tree | a8af22d36b8028239693f3012c08a0f7ebd1369d | |
parent | 9227c33de80ac01f269ed33624990ce84358e419 (diff) |
[libata] sata_mv: fix can_queue line accidentally removed in scsi-eh patch
-rw-r--r-- | drivers/scsi/sata_mv.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/sata_mv.c b/drivers/scsi/sata_mv.c index 0ebf13668f5..b64b077573c 100644 --- a/drivers/scsi/sata_mv.c +++ b/drivers/scsi/sata_mv.c @@ -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, |