Skip to content

Commit

Permalink
[libata] sata_nv: undo merge error
Browse files Browse the repository at this point in the history
Only the ADMA entry was supposed to be able to change queue depth.

Signed-off-by: Jeff Garzik <[email protected]>
  • Loading branch information
Jeff Garzik committed Jul 2, 2007
1 parent a3cabb2 commit 531e3a6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/ata/sata_nv.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 531e3a6

Please sign in to comment.