]> git.baikalelectronics.ru Git - kernel.git/commit
moxa: switch to ->[sg]et_serial()
authorAl Viro <viro@zeniv.linux.org.uk>
Wed, 12 Sep 2018 02:01:00 +0000 (22:01 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Sat, 13 Oct 2018 04:50:32 +0000 (00:50 -0400)
commiteadf121e5b5f7d5a516d0e8ae42ca6860147db7b
tree9d49d20040bba4ba67ed4ac49cf65e00ec24e463
parent21035048a8fa4c7853f4dfb199c4cb5519ea5d50
moxa: switch to ->[sg]et_serial()

Pointless dead assignments in moxa_set_serial_info() killed off;
they would've been a bug, if not for the fact that user-settable
flags had never been used in that driver.  Bogus from day 1,
though...

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
drivers/tty/moxa.c