aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/pata_hpt3x2n.c
diff options
context:
space:
mode:
authorTejun Heo <htejun@gmail.com>2006-11-29 12:20:26 +0900
committerTejun Heo <htejun@gmail.com>2006-12-03 17:56:22 +0900
commit2eab80ac0c96fb98267afeb12a4899801564c75b (patch)
tree0e808a2b5c0ffa72c2f2c3e2a008b8d94f2dc7fa /drivers/ata/pata_hpt3x2n.c
parent[PATCH] libata: add missing sht->slave_destroy (diff)
downloadlinux-dev-2eab80ac0c96fb98267afeb12a4899801564c75b.tar.xz
linux-dev-2eab80ac0c96fb98267afeb12a4899801564c75b.zip
[PATCH] libata: kill unnecessary sht->max_sectors initializations
sht->max_sectors is overrided unconditionally in ->slave_configure. There's no reason to set it to any value. Signed-off-by: Tejun Heo <htejun@gmail.com>
Diffstat (limited to 'drivers/ata/pata_hpt3x2n.c')
-rw-r--r--drivers/ata/pata_hpt3x2n.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/ata/pata_hpt3x2n.c b/drivers/ata/pata_hpt3x2n.c
index 47d7664e9eee..f6817b4093a4 100644
--- a/drivers/ata/pata_hpt3x2n.c
+++ b/drivers/ata/pata_hpt3x2n.c
@@ -334,7 +334,6 @@ static struct scsi_host_template hpt3x2n_sht = {
.can_queue = ATA_DEF_QUEUE,
.this_id = ATA_SHT_THIS_ID,
.sg_tablesize = LIBATA_MAX_PRD,
- .max_sectors = ATA_MAX_SECTORS,
.cmd_per_lun = ATA_SHT_CMD_PER_LUN,
.emulated = ATA_SHT_EMULATED,
.use_clustering = ATA_SHT_USE_CLUSTERING,