diff options
Diffstat (limited to 'drivers/usb/serial/whiteheat.c')
-rw-r--r-- | drivers/usb/serial/whiteheat.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/usb/serial/whiteheat.c b/drivers/usb/serial/whiteheat.c index 8611ee569613..cc8b44c08712 100644 --- a/drivers/usb/serial/whiteheat.c +++ b/drivers/usb/serial/whiteheat.c | |||
@@ -891,15 +891,6 @@ static void whiteheat_set_termios(struct usb_serial_port *port, struct ktermios | |||
891 | goto exit; | 891 | goto exit; |
892 | } | 892 | } |
893 | 893 | ||
894 | /* check that they really want us to change something */ | ||
895 | if (old_termios) { | ||
896 | if ((port->tty->termios->c_cflag == old_termios->c_cflag) && | ||
897 | (port->tty->termios->c_iflag == old_termios->c_iflag)) { | ||
898 | dbg("%s - nothing to change...", __FUNCTION__); | ||
899 | goto exit; | ||
900 | } | ||
901 | } | ||
902 | |||
903 | firm_setup_port(port); | 894 | firm_setup_port(port); |
904 | 895 | ||
905 | exit: | 896 | exit: |