diff options
author | Johan Hovold <johan@kernel.org> | 2017-01-03 16:40:01 +0100 |
---|---|---|
committer | Johan Hovold <johan@kernel.org> | 2017-01-04 10:43:56 +0100 |
commit | f09d1886a41e9063b43da493ef0e845ac8afd2fa (patch) | |
tree | 33df5e756d99a9172e9a2ab3acc60fcc39b204de /drivers/usb/atm | |
parent | USB: serial: pl2303: fix NULL-deref at open (diff) | |
download | linux-f09d1886a41e9063b43da493ef0e845ac8afd2fa.tar.xz linux-f09d1886a41e9063b43da493ef0e845ac8afd2fa.zip |
USB: serial: quatech2: fix sleep-while-atomic in close
The write URB was being killed using the synchronous interface while
holding a spin lock in close().
Simply drop the lock and busy-flag update, something which would have
been taken care of by the completion handler if the URB was in flight.
Fixes: f7a33e608d9a ("USB: serial: add quatech2 usb to serial driver")
Cc: stable <stable@vger.kernel.org>
Signed-off-by: Johan Hovold <johan@kernel.org>
Diffstat (limited to 'drivers/usb/atm')
0 files changed, 0 insertions, 0 deletions