Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 163868
b: refs/heads/master
c: a75b7b6
h: refs/heads/master
v: v3
  • Loading branch information
Jiri Slaby authored and Live-CD User committed Sep 19, 2009
1 parent 4dd49c9 commit 68e8a6f
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: 502f295f6ca5cd034c69b0662b251ffdeed95d33
refs/heads/master: a75b7b68ef73685784781d6d2bc416b6dac20969
2 changes: 1 addition & 1 deletion trunk/drivers/char/mxser.c
Original file line number Diff line number Diff line change
Expand Up @@ -1806,7 +1806,7 @@ static int mxser_ioctl(struct tty_struct *tty, struct file *file,

lock_kernel();
len = mxser_chars_in_buffer(tty);
lsr = inb(info->ioaddr + UART_LSR) & UART_LSR_TEMT;
lsr = inb(info->ioaddr + UART_LSR) & UART_LSR_THRE;
len += (lsr ? 0 : 1);
unlock_kernel();

Expand Down

0 comments on commit 68e8a6f

Please sign in to comment.