Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 146306
b: refs/heads/master
c: 9777573
h: refs/heads/master
v: v3
  • Loading branch information
Fabian Godehardt authored and Linus Torvalds committed Jun 11, 2009
1 parent 2089a24 commit d275849
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 26bbb3ff1ff6163d6a233055766e26af8054a212
refs/heads/master: 977757311e50dc5d832c9fef34e7555411f7ccd8
3 changes: 3 additions & 0 deletions trunk/drivers/serial/imx.c
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,9 @@ static inline void imx_transmit_buffer(struct imx_port *sport)
break;
}

if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS)
uart_write_wakeup(&sport->port);

if (uart_circ_empty(xmit))
imx_stop_tx(&sport->port);
}
Expand Down

0 comments on commit d275849

Please sign in to comment.