Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 211149
b: refs/heads/master
c: cc60f88
h: refs/heads/master
i:
  211147: 9e79575
v: v3
  • Loading branch information
Simon Guinot authored and Dan Williams committed Sep 23, 2010
1 parent 00aa1ba commit 2a664e8
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: d3f3cf859db17cc5f8156c5bfcd032413e44483b
refs/heads/master: cc60f8878eab892c03d06b10f389232b9b66bd83
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 2a664e8

Please sign in to comment.