Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 248665
b: refs/heads/master
c: e9a470f
h: refs/heads/master
i:
  248663: f33c121
v: v3
  • Loading branch information
Govindraj.R authored and Greg Kroah-Hartman committed Apr 19, 2011
1 parent a6046c7 commit dc7a3c5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 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: f8df13e0a901fe55631fed66562369b4dba40f8b
refs/heads/master: e9a470f445271eb157ee860a93b062324402fc3a
11 changes: 0 additions & 11 deletions trunk/drivers/tty/serial/serial_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1242,17 +1242,6 @@ static void uart_set_termios(struct tty_struct *tty,
}
spin_unlock_irqrestore(&state->uart_port->lock, flags);
}
#if 0
/*
* No need to wake up processes in open wait, since they
* sample the CLOCAL flag once, and don't recheck it.
* XXX It's not clear whether the current behavior is correct
* or not. Hence, this may change.....
*/
if (!(old_termios->c_cflag & CLOCAL) &&
(tty->termios->c_cflag & CLOCAL))
wake_up_interruptible(&state->uart_port.open_wait);
#endif
}

/*
Expand Down

0 comments on commit dc7a3c5

Please sign in to comment.