diff options
Diffstat (limited to 'drivers/tty/hvc/hvsi_lib.c')
| -rw-r--r-- | drivers/tty/hvc/hvsi_lib.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/hvc/hvsi_lib.c b/drivers/tty/hvc/hvsi_lib.c index 59c135dd5d2..3396eb9d57a 100644 --- a/drivers/tty/hvc/hvsi_lib.c +++ b/drivers/tty/hvc/hvsi_lib.c @@ -400,7 +400,7 @@ void hvsilib_close(struct hvsi_priv *pv, struct hvc_struct *hp)  		spin_unlock_irqrestore(&hp->lock, flags);  		/* Clear our own DTR */ -		if (!pv->tty || (pv->tty->termios->c_cflag & HUPCL)) +		if (!pv->tty || (pv->tty->termios.c_cflag & HUPCL))  			hvsilib_write_mctrl(pv, 0);  		/* Tear down the connection */  |