|
@@ -276,14 +276,12 @@ static int jsm_tty_open(struct uart_port *port)
|
|
|
static void jsm_tty_close(struct uart_port *port)
|
|
|
{
|
|
|
struct jsm_board *bd;
|
|
|
- struct ktermios *ts;
|
|
|
struct jsm_channel *channel =
|
|
|
container_of(port, struct jsm_channel, uart_port);
|
|
|
|
|
|
jsm_dbg(CLOSE, &channel->ch_bd->pci_dev, "start\n");
|
|
|
|
|
|
bd = channel->ch_bd;
|
|
|
- ts = &port->state->port.tty->termios;
|
|
|
|
|
|
channel->ch_flags &= ~(CH_STOPI);
|
|
|
|