diff options
author | Alan Cox <alan@lxorguk.ukuu.org.uk> | 2007-07-09 15:03:12 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2007-07-12 19:34:41 -0400 |
commit | eb58c0c5f2b3cf6306a184cdf1c751155b7ddb3b (patch) | |
tree | 91fc820f410f7a8070ffd8a11fa889e7621300b6 /drivers/usb/serial | |
parent | 9a64f251326154dcd40b21a6980fe2ab9537dde7 (diff) |
USB: mos7720: remove bogus no termios change check
Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/serial')
-rw-r--r-- | drivers/usb/serial/mos7720.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/usb/serial/mos7720.c b/drivers/usb/serial/mos7720.c index da60c300b846..231b584f6d0f 100644 --- a/drivers/usb/serial/mos7720.c +++ b/drivers/usb/serial/mos7720.c | |||
@@ -1238,16 +1238,6 @@ static void mos7720_set_termios(struct usb_serial_port *port, | |||
1238 | return; | 1238 | return; |
1239 | } | 1239 | } |
1240 | 1240 | ||
1241 | /* check that they really want us to change something */ | ||
1242 | if (old_termios) { | ||
1243 | if ((cflag == old_termios->c_cflag) && | ||
1244 | (RELEVANT_IFLAG(tty->termios->c_iflag) == | ||
1245 | RELEVANT_IFLAG(old_termios->c_iflag))) { | ||
1246 | dbg("Nothing to change"); | ||
1247 | return; | ||
1248 | } | ||
1249 | } | ||
1250 | |||
1251 | dbg("%s - clfag %08x iflag %08x", __FUNCTION__, | 1241 | dbg("%s - clfag %08x iflag %08x", __FUNCTION__, |
1252 | tty->termios->c_cflag, | 1242 | tty->termios->c_cflag, |
1253 | RELEVANT_IFLAG(tty->termios->c_iflag)); | 1243 | RELEVANT_IFLAG(tty->termios->c_iflag)); |