commit | 7b0c6b38c4f9f9736ccd41363b3cfd7143e1f823 | [log] [tgz] |
---|---|---|
author | Johan Hovold <johan@kernel.org> | Mon May 21 13:08:44 2018 +0200 |
committer | Johan Hovold <johan@kernel.org> | Tue May 22 10:08:05 2018 +0200 |
tree | 156c532f1176791fe7e09e51f61a2c473c327e91 | |
parent | df1cd63d6d112e4a1402166dacc411ccca9b09ac [diff] |
tty: add missing const to termios hw-change helper Add missing const qualifiers to the parameters of the termios hw-change helper, which is used by a few USB serial drivers. This specifically allows the pl2303 driver to use const arguments in one of its helper as well. Cc: Jiri Slaby <jslaby@suse.com> Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Johan Hovold <johan@kernel.org>