From 2a664e8ba549a4bfa383e1906b6092b5d07e5ab2 Mon Sep 17 00:00:00 2001 From: Simon Guinot Date: Fri, 17 Sep 2010 23:33:51 +0200 Subject: [PATCH] --- yaml --- r: 211149 b: refs/heads/master c: cc60f8878eab892c03d06b10f389232b9b66bd83 h: refs/heads/master i: 211147: 9e7957542f822c20bda1eef308b27918fa965a0a v: v3 --- [refs] | 2 +- trunk/drivers/dma/mv_xor.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index d9935ee6c36f..6aa05464247a 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: d3f3cf859db17cc5f8156c5bfcd032413e44483b +refs/heads/master: cc60f8878eab892c03d06b10f389232b9b66bd83 diff --git a/trunk/drivers/dma/mv_xor.c b/trunk/drivers/dma/mv_xor.c index 86c5ae9fde34..411d5bf50fc4 100644 --- a/trunk/drivers/dma/mv_xor.c +++ b/trunk/drivers/dma/mv_xor.c @@ -162,7 +162,7 @@ static int mv_is_err_intr(u32 intr_cause) static void mv_xor_device_clear_eoc_cause(struct mv_xor_chan *chan) { - u32 val = (1 << (1 + (chan->idx * 16))); + u32 val = ~(1 << (chan->idx * 16)); dev_dbg(chan->device->common.dev, "%s, val 0x%08x\n", __func__, val); __raw_writel(val, XOR_INTR_CAUSE(chan)); }