Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 280985
b: refs/heads/master
c: 0775c98
h: refs/heads/master
i:
  280983: feb971e
v: v3
  • Loading branch information
Geert Uytterhoeven authored and Greg Kroah-Hartman committed Nov 27, 2011
1 parent 430fd22 commit ade3d7c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 54dbf04f91ec54621c6cd2dda58b7c77ca25cf1f
refs/heads/master: 0775c98acfdaffd857656bc9a465ad4008e90a9c
4 changes: 2 additions & 2 deletions trunk/drivers/staging/serial/68360serial.c
Original file line number Diff line number Diff line change
Expand Up @@ -2771,8 +2771,8 @@ static int __init rs_360_init(void)
*/
/* cpm_install_handler(IRQ_MACHSPEC | state->irq, rs_360_interrupt, info); */
/*request_irq(IRQ_MACHSPEC | state->irq, rs_360_interrupt, */
request_irq(state->irq, rs_360_interrupt,
IRQ_FLG_LOCK, "ttyS", (void *)info);
request_irq(state->irq, rs_360_interrupt, 0, "ttyS",
(void *)info);

/* Set up the baud rate generator.
*/
Expand Down

0 comments on commit ade3d7c

Please sign in to comment.