Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 86830
b: refs/heads/master
c: 022d917
h: refs/heads/master
v: v3
  • Loading branch information
Julia Lawall authored and Linus Torvalds committed Mar 5, 2008
1 parent 3d6b661 commit dc3e969
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: ae91d60ba88ef0bdb1b5e9b2363bd52fc45d2af7
refs/heads/master: 022d917d9621ee79e6f6782fbddd582b8f941024
2 changes: 1 addition & 1 deletion trunk/drivers/serial/m32r_sio.c
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ static void transmit_chars(struct uart_sio_port *up)
up->port.icount.tx++;
if (uart_circ_empty(xmit))
break;
while (!serial_in(up, UART_LSR) & UART_LSR_THRE);
while (!(serial_in(up, UART_LSR) & UART_LSR_THRE));

} while (--count > 0);

Expand Down

0 comments on commit dc3e969

Please sign in to comment.