Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 207932
b: refs/heads/master
c: 464eb8f
h: refs/heads/master
v: v3
  • Loading branch information
Kulikov Vasiliy authored and Greg Kroah-Hartman committed Aug 10, 2010
1 parent 61886d6 commit c7a34c5
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: e847003f00d5eca3e3b3a6a1199f82b51293faf6
refs/heads/master: 464eb8f596fcbdadcfbbdb4a84847ffcb93cc4dd
2 changes: 1 addition & 1 deletion trunk/drivers/char/mxser.c
Original file line number Diff line number Diff line change
Expand Up @@ -2193,7 +2193,7 @@ static void mxser_transmit_chars(struct tty_struct *tty, struct mxser_port *port
port->mon_data.up_txcnt += (cnt - port->xmit_cnt);
port->icount.tx += (cnt - port->xmit_cnt);

if (port->xmit_cnt < WAKEUP_CHARS && tty)
if (port->xmit_cnt < WAKEUP_CHARS)
tty_wakeup(tty);

if (port->xmit_cnt <= 0) {
Expand Down

0 comments on commit c7a34c5

Please sign in to comment.