commit | dee7d0f3b200c67c6ee96bd37c6e8fa52690ab56 | [log] [tgz] |
---|---|---|
author | Johan Hovold <johan@kernel.org> | Mon Oct 16 15:06:19 2017 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Oct 23 11:24:24 2017 +0200 |
tree | ee2a31fe81e517700e4f516597b10fbc8c45a3b4 | |
parent | 2a71de2f7366fb1aec632116d0549ec56d6a3940 [diff] |
serdev: ttyport: enforce tty-driver open() requirement The tty-driver open routine is mandatory, but the serdev tty-port-controller implementation did not treat it as such and would instead fall back to calling tty_port_open() directly. Signed-off-by: Johan Hovold <johan@kernel.org> Acked-by: Rob Herring <robh@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>