aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTejun Heo <htejun@gmail.com>2006-03-01 05:07:27 -0500
committerJeff Garzik <jeff@garzik.org>2006-03-01 14:56:05 -0500
commit348edc59a8f9b9a66700781d972c24a46a79ae86 (patch)
tree9d61083f1148af097eb57b0e93aea945ed225812
parenta9d01d2b49f528ffcf3093a77c66f254d297d5c8 (diff)
[PATCH] sata_sil: remove unneeded ATA_FLAG_SRST from 3512 port info
Now unneeded ATA_FLAG_SRST sneaked into sil_3512 port info while merging upstream-fixes. Kill it. Signed-off-by: Tejun Heo <htejun@gmail.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>
-rw-r--r--drivers/scsi/sata_sil.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/sata_sil.c b/drivers/scsi/sata_sil.c
index 91ecf527bb8a..cdf800e3ec13 100644
--- a/drivers/scsi/sata_sil.c
+++ b/drivers/scsi/sata_sil.c
@@ -202,7 +202,7 @@ static const struct ata_port_info sil_port_info[] = {
202 { 202 {
203 .sht = &sil_sht, 203 .sht = &sil_sht,
204 .host_flags = ATA_FLAG_SATA | ATA_FLAG_NO_LEGACY | 204 .host_flags = ATA_FLAG_SATA | ATA_FLAG_NO_LEGACY |
205 ATA_FLAG_SRST | ATA_FLAG_MMIO | 205 ATA_FLAG_MMIO |
206 SIL_FLAG_RERR_ON_DMA_ACT, 206 SIL_FLAG_RERR_ON_DMA_ACT,
207 .pio_mask = 0x1f, /* pio0-4 */ 207 .pio_mask = 0x1f, /* pio0-4 */
208 .mwdma_mask = 0x07, /* mwdma0-2 */ 208 .mwdma_mask = 0x07, /* mwdma0-2 */