commit | bc242fc107c71354181ba82bd9e539de8d088ae9 | [log] [tgz] |
---|---|---|
author | Johan Hovold <johan@kernel.org> | Tue Mar 28 12:13:50 2017 +0200 |
committer | Johan Hovold <johan@kernel.org> | Wed Mar 29 16:14:35 2017 +0200 |
tree | f79c7df2136ee6c4acfb39ff4326b7cf7f10441a | |
parent | d5ccfce09249e1c2f0fe62718e29b0993e4a4022 [diff] |
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>