commit | 6137b7a62978915d76db69e17e25e8e0b1057254 | [log] [tgz] |
---|---|---|
author | Jiri Slaby <jslaby@suse.cz> | Mon May 09 09:11:57 2016 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sat Jun 25 08:56:30 2016 -0700 |
tree | 4b36a2e522df9de01fd6db8c01dd0b4b947f23ba | |
parent | 5691e03593cb9f7abfee93f4581de8933f1d6630 [diff] |
tty: stop defining STD_COM_FLAGS in drivers STD_COM_FLAGS is mostly a bad name for what the drivers thinks it is. Stop using it and pass the flags directly. cyclades defines it as 0, so we do not assign anything to freshly tty_port_init'ed structure. Signed-off-by: Jiri Slaby <jslaby@suse.cz> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>