[PATCH 1/4] pata-it821x: use UDMA_OFF for Vortex86SX for clearness

From: Otavio Salvador
Date: Sun Sep 26 2010 - 22:36:04 EST


Cc: Jeff Garzik <jgarzik@xxxxxxxxxx>
Signed-off-by: Otavio Salvador <otavio@xxxxxxxxxxxxxxxx>
---
drivers/ata/pata_it821x.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/ata/pata_it821x.c b/drivers/ata/pata_it821x.c
index bf88f71..412cdd2 100644
--- a/drivers/ata/pata_it821x.c
+++ b/drivers/ata/pata_it821x.c
@@ -899,7 +899,7 @@ static int it821x_init_one(struct pci_dev *pdev, const struct pci_device_id *id)
.flags = ATA_FLAG_SLAVE_POSS,
.pio_mask = ATA_PIO4,
.mwdma_mask = ATA_MWDMA2,
- /* No UDMA */
+ .udma_mask = UDMA_OFF,
.port_ops = &it821x_rdc_port_ops
};

--
1.7.2.3.313.gcd15

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/