aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/sata_dwc_460ex.c
diff options
context:
space:
mode:
authorSergei Shtylyov <sshtylyov@ru.mvista.com>2011-01-25 11:27:35 -0500
committerJeff Garzik <jgarzik@redhat.com>2011-03-02 02:36:45 -0500
commitb83a4c397952a0c05b5468c0403a32e87bb35fef (patch)
treebbe8364a7c0424d635b689fe3d49d12c019b9108 /drivers/ata/sata_dwc_460ex.c
parent4fca377f7488095ab04035e2bfe5c59873c22382 (diff)
sata_dwc_460ex: use ATA_PIO4
Somehow the driver was committed with a bare number for the PIO mask, instead of ATA_PIO4... Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com> Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
Diffstat (limited to 'drivers/ata/sata_dwc_460ex.c')
-rw-r--r--drivers/ata/sata_dwc_460ex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/sata_dwc_460ex.c b/drivers/ata/sata_dwc_460ex.c
index 6cf57c5c2b5f..d5d01254c210 100644
--- a/drivers/ata/sata_dwc_460ex.c
+++ b/drivers/ata/sata_dwc_460ex.c
@@ -1582,7 +1582,7 @@ static const struct ata_port_info sata_dwc_port_info[] = {
1582 { 1582 {
1583 .flags = ATA_FLAG_SATA | ATA_FLAG_NO_LEGACY | 1583 .flags = ATA_FLAG_SATA | ATA_FLAG_NO_LEGACY |
1584 ATA_FLAG_MMIO | ATA_FLAG_NCQ, 1584 ATA_FLAG_MMIO | ATA_FLAG_NCQ,
1585 .pio_mask = 0x1f, /* pio 0-4 */ 1585 .pio_mask = ATA_PIO4,
1586 .udma_mask = ATA_UDMA6, 1586 .udma_mask = ATA_UDMA6,
1587 .port_ops = &sata_dwc_ops, 1587 .port_ops = &sata_dwc_ops,
1588 }, 1588 },