From 54aa80a5f6d11126faaa10d02abbda47041f7611 Mon Sep 17 00:00:00 2001 From: Sergei Shtylyov Date: Tue, 25 Jan 2011 19:27:35 +0300 Subject: [PATCH] --- yaml --- r: 234982 b: refs/heads/master c: b83a4c397952a0c05b5468c0403a32e87bb35fef h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/ata/sata_dwc_460ex.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index f39bd9ab6cf3..56ac6f4773dd 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 4fca377f7488095ab04035e2bfe5c59873c22382 +refs/heads/master: b83a4c397952a0c05b5468c0403a32e87bb35fef diff --git a/trunk/drivers/ata/sata_dwc_460ex.c b/trunk/drivers/ata/sata_dwc_460ex.c index 6cf57c5c2b5f..d5d01254c210 100644 --- a/trunk/drivers/ata/sata_dwc_460ex.c +++ b/trunk/drivers/ata/sata_dwc_460ex.c @@ -1582,7 +1582,7 @@ static const struct ata_port_info sata_dwc_port_info[] = { { .flags = ATA_FLAG_SATA | ATA_FLAG_NO_LEGACY | ATA_FLAG_MMIO | ATA_FLAG_NCQ, - .pio_mask = 0x1f, /* pio 0-4 */ + .pio_mask = ATA_PIO4, .udma_mask = ATA_UDMA6, .port_ops = &sata_dwc_ops, },