]> git.baikalelectronics.ru Git - kernel.git/commit
USB: serial: quatech2: fix sleep-while-atomic in close
authorJohan Hovold <johan@kernel.org>
Tue, 3 Jan 2017 15:40:01 +0000 (16:40 +0100)
committerJohan Hovold <johan@kernel.org>
Wed, 4 Jan 2017 09:43:56 +0000 (10:43 +0100)
commitb31567bc78183a8c767a4bd2f1af83965c70c894
tree33df5e756d99a9172e9a2ab3acc60fcc39b204de
parentacd518da4041760c6ce3d6c627200c962fe2d145
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: 2aa42ae2e9ed ("USB: serial: add quatech2 usb to serial driver")
Cc: stable <stable@vger.kernel.org>
Signed-off-by: Johan Hovold <johan@kernel.org>
drivers/usb/serial/quatech2.c