Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 338416
b: refs/heads/master
c: 7342c59
h: refs/heads/master
v: v3
  • Loading branch information
Jiri Slaby authored and Greg Kroah-Hartman committed Nov 16, 2012
1 parent 1b6cf9b commit b275041
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: 2dff8ad92661b6c99e9ba8b5918e43b522551556
refs/heads/master: 7342c59a44ad9e5f30baaa2de84830f40b9f06c0
2 changes: 1 addition & 1 deletion trunk/drivers/tty/isicom.c
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,7 @@ static irqreturn_t isicom_interrupt(int irq, void *dev_id)
if (tty_port_cts_enabled(&port->port)) {
if (tty->hw_stopped) {
if (header & ISI_CTS) {
port->port.tty->hw_stopped = 0;
tty->hw_stopped = 0;
/* start tx ing */
port->status |= (ISI_TXOK
| ISI_CTS);
Expand Down

0 comments on commit b275041

Please sign in to comment.