From bf02da67815277886b4c1b8ab36a0b9a509825fd Mon Sep 17 00:00:00 2001 From: Simon Guinot Date: Fri, 17 Sep 2010 23:33:51 +0200 Subject: [PATCH] --- yaml --- r: 211057 b: refs/heads/master c: 863636828f1fcd9fdc15e24d620aa53cf18b432f h: refs/heads/master i: 211055: 3e3f549650cc3fa79e82042775d9216d4022a04d 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 3f5c36bc4528..efa34d9ae790 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e4ff1c39ee1122198e8355069da59297038e55bb +refs/heads/master: 863636828f1fcd9fdc15e24d620aa53cf18b432f 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)); }