Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 23616
b: refs/heads/master
c: a30ff2e
h: refs/heads/master
v: v3
  • Loading branch information
Mark A. Greer authored and Linus Torvalds committed Mar 25, 2006
1 parent 8fdc46c commit 80d2089
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: 37f1e984253c7eeee8e0f2be9d134d1e9e34b9d4
refs/heads/master: a30ff2e348af9d3a1782103130c88960550a773f
2 changes: 1 addition & 1 deletion trunk/drivers/serial/mpsc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1165,7 +1165,7 @@ mpsc_startup(struct uart_port *port)
flag = SA_SHIRQ;

if (request_irq(pi->port.irq, mpsc_sdma_intr, flag,
"mpsc/sdma", pi))
"mpsc-sdma", pi))
printk(KERN_ERR "MPSC: Can't get SDMA IRQ %d\n",
pi->port.irq);

Expand Down

0 comments on commit 80d2089

Please sign in to comment.