Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 280673
b: refs/heads/master
c: b39c49a
h: refs/heads/master
i:
  280671: faa1e5b
v: v3
  • Loading branch information
Jiri Slaby authored and Greg Kroah-Hartman committed Nov 15, 2011
1 parent 1cc0e04 commit f06360e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: cf75525f374dd5c49d705d9c8c3757f9aa3e9fd2
refs/heads/master: b39c49a05ec7322c96ec917922eae8b908d2c76f
4 changes: 1 addition & 3 deletions trunk/drivers/tty/serial/serial_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,7 @@ static int uart_startup(struct tty_struct *tty, struct uart_state *state, int in

/*
* Set the TTY IO error marker - we will only clear this
* once we have successfully opened the port. Also set
* up the tty->alt_speed kludge
* once we have successfully opened the port.
*/
set_bit(TTY_IO_ERROR, &tty->flags);

Expand Down Expand Up @@ -1499,7 +1498,6 @@ static int uart_open(struct tty_struct *tty, struct file *filp)
tty->driver_data = state;
state->uart_port->state = state;
tty->low_latency = (state->uart_port->flags & UPF_LOW_LATENCY) ? 1 : 0;
tty->alt_speed = 0;
tty_port_tty_set(port, tty);

/*
Expand Down

0 comments on commit f06360e

Please sign in to comment.