[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>
This commit is contained in:
parent
a9d01d2b49
commit
348edc59a8
1 changed files with 1 additions and 1 deletions
|
@ -202,7 +202,7 @@ static const struct ata_port_info sil_port_info[] = {
|
||||||
{
|
{
|
||||||
.sht = &sil_sht,
|
.sht = &sil_sht,
|
||||||
.host_flags = ATA_FLAG_SATA | ATA_FLAG_NO_LEGACY |
|
.host_flags = ATA_FLAG_SATA | ATA_FLAG_NO_LEGACY |
|
||||||
ATA_FLAG_SRST | ATA_FLAG_MMIO |
|
ATA_FLAG_MMIO |
|
||||||
SIL_FLAG_RERR_ON_DMA_ACT,
|
SIL_FLAG_RERR_ON_DMA_ACT,
|
||||||
.pio_mask = 0x1f, /* pio0-4 */
|
.pio_mask = 0x1f, /* pio0-4 */
|
||||||
.mwdma_mask = 0x07, /* mwdma0-2 */
|
.mwdma_mask = 0x07, /* mwdma0-2 */
|
||||||
|
|
Loading…
Add table
Reference in a new issue