USB: serial: drop termios-flag debugging
authorJohan Hovold <johan@kernel.org>
Tue, 28 Mar 2017 10:13:50 +0000 (12:13 +0200)
committerJohan Hovold <johan@kernel.org>
Wed, 29 Mar 2017 14:14:35 +0000 (16:14 +0200)
commitbc242fc107c71354181ba82bd9e539de8d088ae9
treef79c7df2136ee6c4acfb39ff4326b7cf7f10441a
parentd5ccfce09249e1c2f0fe62718e29b0993e4a4022
USB: serial: drop termios-flag debugging

Drop some unnecessary termios-flag debugging that have been faithfully
reproduced in a few old drivers, including the "clfag" typo and all.

This also addresses a compiler warning on sparc where tcflag_t is
unsigned long and would have required an explicit cast.

Reported-by: Geert Uytterhoeven <geert@linux-m68k.org>
Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Johan Hovold <johan@kernel.org>
drivers/usb/serial/io_edgeport.c
drivers/usb/serial/io_ti.c
drivers/usb/serial/mos7720.c
drivers/usb/serial/mos7840.c
drivers/usb/serial/ti_usb_3410_5052.c