Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 58098
b: refs/heads/master
c: 2f4d4da
h: refs/heads/master
v: v3
  • Loading branch information
Jay Lubomirski authored and Linus Torvalds committed Jun 28, 2007
1 parent 243595a commit e15f160
Show file tree
Hide file tree
Showing 2 changed files with 3 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: ddc80bd781590ef6eb8ce30a0f3ac88c5599e41c
refs/heads/master: 2f4d4da8f82c2598b8713f4a01f360f3751d90be
3 changes: 2 additions & 1 deletion trunk/drivers/serial/mpsc.c
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,8 @@ mpsc_sdma_intr_ack(struct mpsc_port_info *pi)

if (pi->mirror_regs)
pi->shared_regs->SDMA_INTR_CAUSE_m = 0;
writel(0, pi->shared_regs->sdma_intr_base + SDMA_INTR_CAUSE);
writeb(0x00, pi->shared_regs->sdma_intr_base + SDMA_INTR_CAUSE +
pi->port.line);
return;
}

Expand Down

0 comments on commit e15f160

Please sign in to comment.