Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 211057
b: refs/heads/master
c: 8636368
h: refs/heads/master
i:
  211055: 3e3f549
v: v3
  • Loading branch information
Simon Guinot authored and Nicolas Pitre committed Sep 20, 2010
1 parent d627153 commit bf02da6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e4ff1c39ee1122198e8355069da59297038e55bb
refs/heads/master: 863636828f1fcd9fdc15e24d620aa53cf18b432f
2 changes: 1 addition & 1 deletion trunk/drivers/dma/mv_xor.c
Original file line number Diff line number Diff line change
Expand Up @@ -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));
}
Expand Down

0 comments on commit bf02da6

Please sign in to comment.