projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a3cabb2
)
[libata] sata_nv: undo merge error
author
Jeff Garzik
<jeff@garzik.org>
Mon, 2 Jul 2007 22:12:19 +0000
(18:12 -0400)
committer
Jeff Garzik
<jeff@garzik.org>
Mon, 2 Jul 2007 22:12:19 +0000
(18:12 -0400)
Only the ADMA entry was supposed to be able to change queue depth.
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/ata/sata_nv.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/ata/sata_nv.c
b/drivers/ata/sata_nv.c
index d53cb8c47f399e7d78b28b135a1eec9e9795792b..b2656867c64711075e77478bf6186f9cd0b81b57 100644
(file)
--- a/
drivers/ata/sata_nv.c
+++ b/
drivers/ata/sata_nv.c
@@
-307,7
+307,6
@@
static struct scsi_host_template nv_sht = {
.name = DRV_NAME,
.ioctl = ata_scsi_ioctl,
.queuecommand = ata_scsi_queuecmd,
- .change_queue_depth = ata_scsi_change_queue_depth,
.can_queue = ATA_DEF_QUEUE,
.this_id = ATA_SHT_THIS_ID,
.sg_tablesize = LIBATA_MAX_PRD,