diff options
author | 2017-10-16 15:06:20 +0200 | |
---|---|---|
committer | 2017-10-23 11:24:24 +0200 | |
commit | 7c63838ea5afb15a60c58a2f0fe8ac093fc9f1a5 (patch) | |
tree | 016b86d163a99a714bfb2bfb5d5851161d93306b /drivers/tty/serial/sccnxp.c | |
parent | serdev: ttyport: enforce tty-driver open() requirement (diff) | |
download | linux-dev-7c63838ea5afb15a60c58a2f0fe8ac093fc9f1a5.tar.xz linux-dev-7c63838ea5afb15a60c58a2f0fe8ac093fc9f1a5.zip |
serdev: ttyport: add missing open() error handling
Add missing error handling for tty-driver open() which may fail (e.g. if
resource allocation fails or if a port is being disconnected).
Note that close() must be called also in case of failed open() and that
the operation sanity check is amended to catch buggy drivers.
Signed-off-by: Johan Hovold <johan@kernel.org>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions