projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9227c33
)
[libata] sata_mv: fix can_queue line accidentally removed in scsi-eh patch
author
Jeff Garzik
<jeff@garzik.org>
Mon, 10 Apr 2006 18:56:39 +0000
(14:56 -0400)
committer
Jeff Garzik
<jeff@garzik.org>
Mon, 10 Apr 2006 18:56:39 +0000
(14:56 -0400)
drivers/scsi/sata_mv.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/scsi/sata_mv.c
b/drivers/scsi/sata_mv.c
index 0ebf13668f51c211baf9a6fd272dcdf28522983e..b64b077573c2d675c8e891a56886bfe4c9691549 100644
(file)
--- 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,