diff options
Diffstat (limited to 'drivers/ata/pata_ixp4xx_cf.c')
-rw-r--r-- | drivers/ata/pata_ixp4xx_cf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/pata_ixp4xx_cf.c b/drivers/ata/pata_ixp4xx_cf.c index 8d2bc1e9e871..887bbaae6efc 100644 --- a/drivers/ata/pata_ixp4xx_cf.c +++ b/drivers/ata/pata_ixp4xx_cf.c | |||
@@ -56,7 +56,7 @@ static void ixp4xx_mmio_data_xfer(struct ata_device *adev, unsigned char *buf, | |||
56 | unsigned int words = buflen >> 1; | 56 | unsigned int words = buflen >> 1; |
57 | u16 *buf16 = (u16 *) buf; | 57 | u16 *buf16 = (u16 *) buf; |
58 | struct ata_port *ap = adev->ap; | 58 | struct ata_port *ap = adev->ap; |
59 | void __iomem *mmio = (void __iomem *)ap->ioaddr.data_addr; | 59 | void __iomem *mmio = ap->ioaddr.data_addr; |
60 | struct ixp4xx_pata_data *data = ap->host->dev->platform_data; | 60 | struct ixp4xx_pata_data *data = ap->host->dev->platform_data; |
61 | 61 | ||
62 | /* set the expansion bus in 16bit mode and restore | 62 | /* set the expansion bus in 16bit mode and restore |