diff options
Diffstat (limited to 'drivers/usb/serial/ftdi_sio.c')
-rw-r--r-- | drivers/usb/serial/ftdi_sio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/serial/ftdi_sio.c b/drivers/usb/serial/ftdi_sio.c index bc912e5a3beb..4b8b41a3351f 100644 --- a/drivers/usb/serial/ftdi_sio.c +++ b/drivers/usb/serial/ftdi_sio.c | |||
@@ -2081,7 +2081,7 @@ static void ftdi_set_termios(struct tty_struct *tty, | |||
2081 | { | 2081 | { |
2082 | struct usb_device *dev = port->serial->dev; | 2082 | struct usb_device *dev = port->serial->dev; |
2083 | struct ftdi_private *priv = usb_get_serial_port_data(port); | 2083 | struct ftdi_private *priv = usb_get_serial_port_data(port); |
2084 | struct ktermios *termios = tty->termios; | 2084 | struct ktermios *termios = &tty->termios; |
2085 | unsigned int cflag = termios->c_cflag; | 2085 | unsigned int cflag = termios->c_cflag; |
2086 | __u16 urb_value; /* will hold the new flags */ | 2086 | __u16 urb_value; /* will hold the new flags */ |
2087 | 2087 | ||