aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 a8a7be0d06ff..bbeaf3a776c9 100644
--- a/drivers/ata/sata_mv.c
+++ b/drivers/ata/sata_mv.c
@@ -3393,7 +3393,7 @@ static void mv_soc_reset_hc_port(struct mv_host_priv *hpriv,
3393 ZERO(0x024); /* respq outp */ 3393 ZERO(0x024); /* respq outp */
3394 ZERO(0x020); /* respq inp */ 3394 ZERO(0x020); /* respq inp */
3395 ZERO(0x02c); /* test control */ 3395 ZERO(0x02c); /* test control */
3396 writel(0xbc, port_mmio + EDMA_IORDY_TMOUT); 3396 writel(0x800, port_mmio + EDMA_IORDY_TMOUT);
3397} 3397}
3398 3398
3399#undef ZERO 3399#undef ZERO