commit | 54c98d9d7ba48c66d64f72e3d5a7586601705611 | [log] [tgz] |
---|---|---|
author | Johan Hovold <johan@kernel.org> | Thu Jan 21 11:29:14 2021 +0100 |
committer | Johan Hovold <johan@kernel.org> | Tue Jan 26 16:16:40 2021 +0100 |
tree | 618bd109401a3fd53882bd4707cbc62f6a4a73ca | |
parent | a38d21488097f9823ebd297d56b24f431ee7acaa [diff] |
USB: serial: xr: fix interface leak at disconnect Make sure to release the control interface at disconnect so that the driver can be unbound without leaking resources (and later rebound). Fixes: c2d405aa86b4 ("USB: serial: add MaxLinear/Exar USB to Serial driver") Signed-off-by: Johan Hovold <johan@kernel.org>