aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/sata_mv.c
diff options
context:
space:
mode:
authorSaeed Bishara <saeed@marvell.com>2008-02-13 10:09:09 -1100
committerJeff Garzik <jeff@garzik.org>2008-02-20 12:09:17 -0500
commit0fca0d6f2ce3336022a22bc7fc2e009e599e63a4 (patch)
treefa6701637211d1562a099787a9c59ce65dd8e703 /drivers/ata/sata_mv.c
parentsata_mv: Define module alias for platform device (diff)
downloadlinux-dev-0fca0d6f2ce3336022a22bc7fc2e009e599e63a4.tar.xz
linux-dev-0fca0d6f2ce3336022a22bc7fc2e009e599e63a4.zip
sata_mv: use hpriv->base instead of the host->iomap
this fixes crash bug as the iomap table is not valid for integrated controllers. Signed-off-by: Saeed Bishara <saeed@marvell.com> Acked-by: Mark Lord <mlord@pobox.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/ata/sata_mv.c')
-rw-r--r--drivers/ata/sata_mv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/sata_mv.c b/drivers/ata/sata_mv.c
index 0c0057e76a67..eb97dde28d47 100644
--- a/drivers/ata/sata_mv.c
+++ b/drivers/ata/sata_mv.c
@@ -870,7 +870,7 @@ static void mv_start_dma(struct ata_port *ap, void __iomem *port_mmio,
struct mv_host_priv *hpriv = ap->host->private_data;
int hard_port = mv_hardport_from_port(ap->port_no);
void __iomem *hc_mmio = mv_hc_base_from_port(
- ap->host->iomap[MV_PRIMARY_BAR], hard_port);
+ mv_host_base(ap->host), hard_port);
u32 hc_irq_cause, ipending;
/* clear EDMA event indicators, if any */