Files
android_kernel_xiaomi_sm8450/drivers/usb/serial
Johan Hovold 5260e458f5 USB: mct_u232: fix broken close
Make sure generic close is called at close.

The driver relies on the generic write implementation but did not call
generic close.

Note that the call to kill the read urb is not redundant, as mct_u232
uses an interrupt urb from the second port as the read urb and that
generic close therefore fails to kill it.

Compile-only tested.

Cc: <stable@vger.kernel.org>
Signed-off-by: Johan Hovold <jhovold@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2012-10-25 09:37:09 -07:00
..
2012-10-25 09:36:57 -07:00
2011-03-31 11:26:23 -03:00
2010-05-20 13:21:47 -07:00
2012-10-25 09:37:09 -07:00
2012-10-18 08:27:21 -07:00
2011-11-15 10:06:15 -08:00
2010-05-20 13:21:47 -07:00
2012-09-13 10:15:14 -07:00