]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
crisv10: use flags from tty_port
authorJiri Slaby <jslaby@suse.cz>
Thu, 7 Mar 2013 12:12:36 +0000 (13:12 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 18 Mar 2013 23:25:29 +0000 (16:25 -0700)
commitb1d984cf7d6b7d4e395f1aa6a0a4d3d1ecf21495
treefac50218bf51b62a993850d41dd37cbae476a9f2
parentee7970690568b0c875467f475d9c957ec0d9e099
crisv10: use flags from tty_port

First, remove STD_FLAGS as the value, or its subvalues
(ASYNC_BOOT_AUTOCONF | ASYNC_SKIP_TEST) is not tested anywhere --
there is no point to initialize flags to that. Second, use flags
member from tty_port when we have it now. So that we do not waste
space.

Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/crisv10.c
drivers/tty/serial/crisv10.h