commit | 067814c97494ea99e9cf8b77523e17369d38ec25 | [log] [tgz] |
---|---|---|
author | Johan Hovold <johan@kernel.org> | Thu Nov 07 14:29:04 2019 +0100 |
committer | Johan Hovold <johan@kernel.org> | Tue Nov 12 09:57:32 2019 +0100 |
tree | cd3e36a7a2584bab22ce3e7842f02164a708b9fd | |
parent | f8e8dcaf14d9c2bfb34018cb02e7a40f3d56c8eb [diff] |
USB: serial: mos7840: drop port open flag Drop the redundant port open flag and corresponding checks. USB serial core will not call any of these driver callbacks for a closed port, and the write URBs are stopped at close(). Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Johan Hovold <johan@kernel.org>