Skip to content

Commit

Permalink
f81232: correct stubbed termios handler
Browse files Browse the repository at this point in the history
Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Alan Cox authored and Greg Kroah-Hartman committed Jul 16, 2012
1 parent adc8d74 commit c97ce27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/usb/serial/f81232.c
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ static void f81232_set_termios(struct tty_struct *tty,
return;

/* Do the real work here... */
tty_termios_copy_hw(&tty->termios, old_termios);
}

static int f81232_tiocmget(struct tty_struct *tty)
Expand Down

0 comments on commit c97ce27

Please sign in to comment.