Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 97816
b: refs/heads/master
c: 9c81c5c
h: refs/heads/master
v: v3
  • Loading branch information
Haavard Skinnemoen authored and Linus Torvalds committed Jun 6, 2008
1 parent 8975786 commit 23dbdcf
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: 81c6ce9bd3ed3a88caeb9ed97d874450d53339dc
refs/heads/master: 9c81c5c95c00c35a328e1757ca45a66647105f6c
2 changes: 1 addition & 1 deletion trunk/drivers/serial/atmel_serial.c
Original file line number Diff line number Diff line change
Expand Up @@ -1318,7 +1318,7 @@ static void __init atmel_console_get_options(struct uart_port *port, int *baud,
* If the baud rate generator isn't running, the port wasn't
* initialized by the boot loader.
*/
quot = UART_GET_BRGR(port);
quot = UART_GET_BRGR(port) & ATMEL_US_CD;
if (!quot)
return;

Expand Down

0 comments on commit 23dbdcf

Please sign in to comment.