diff options
-rw-r--r-- | drivers/dma/amba-pl08x.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dma/amba-pl08x.c b/drivers/dma/amba-pl08x.c index c301a8ec31aa..08589c683e2b 100644 --- a/drivers/dma/amba-pl08x.c +++ b/drivers/dma/amba-pl08x.c | |||
@@ -1615,7 +1615,7 @@ static irqreturn_t pl08x_irq(int irq, void *dev) | |||
1615 | __func__, err); | 1615 | __func__, err); |
1616 | writel(err, pl08x->base + PL080_ERR_CLEAR); | 1616 | writel(err, pl08x->base + PL080_ERR_CLEAR); |
1617 | } | 1617 | } |
1618 | tc = readl(pl08x->base + PL080_INT_STATUS); | 1618 | tc = readl(pl08x->base + PL080_TC_STATUS); |
1619 | if (tc) | 1619 | if (tc) |
1620 | writel(tc, pl08x->base + PL080_TC_CLEAR); | 1620 | writel(tc, pl08x->base + PL080_TC_CLEAR); |
1621 | 1621 | ||