OSDN Git Service

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)
commit1c729ab15a0eeff57aafab704161f8d3663b2854
tree9d49d20040bba4ba67ed4ac49cf65e00ec24e463
parentb60f38c6640f3b0e15f37c63167df9560fe00e6a
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