tty: move the termios object into the tty
[deliverable/linux.git] / drivers / usb / serial / sierra.c
index d423d36acc043f9084951dfb0c9e4b3292f222f7..a4e4f3a16c63e35023ddf3549d8842e8dc110071 100644 (file)
@@ -385,7 +385,7 @@ static int sierra_send_setup(struct usb_serial_port *port)
 static void sierra_set_termios(struct tty_struct *tty,
                struct usb_serial_port *port, struct ktermios *old_termios)
 {
-       tty_termios_copy_hw(tty->termios, old_termios);
+       tty_termios_copy_hw(&tty->termios, old_termios);
        sierra_send_setup(port);
 }
 
This page took 0.089101 seconds and 5 git commands to generate.