Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 131496
b: refs/heads/master
c: 27c0c8e
h: refs/heads/master
v: v3
  • Loading branch information
Atsushi Nemoto authored and Linus Torvalds committed Feb 18, 2009
1 parent 0b62e61 commit 765fedf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 287d859222e0adbc67666a6154aaf42d7d5bbb54
refs/heads/master: 27c0c8e511fa9e2389503926840fac606d90a049
4 changes: 4 additions & 0 deletions trunk/drivers/serial/atmel_serial.c
Original file line number Diff line number Diff line change
Expand Up @@ -877,6 +877,10 @@ static int atmel_startup(struct uart_port *port)
}
}

/* Save current CSR for comparison in atmel_tasklet_func() */
atmel_port->irq_status_prev = UART_GET_CSR(port);
atmel_port->irq_status = atmel_port->irq_status_prev;

/*
* Finally, enable the serial port
*/
Expand Down

0 comments on commit 765fedf

Please sign in to comment.