mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
usb: visor kill urb cleanup
- usb_kill_urb() cleanup Signed-off-by: Mariusz Kozlowski <m.kozlowski@tuxland.pl> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
95d4316654
commit
bcb54a5403
1 changed files with 1 additions and 2 deletions
|
@ -348,8 +348,7 @@ static void visor_close (struct usb_serial_port *port, struct file * filp)
|
|||
|
||||
/* shutdown our urbs */
|
||||
usb_kill_urb(port->read_urb);
|
||||
if (port->interrupt_in_urb)
|
||||
usb_kill_urb(port->interrupt_in_urb);
|
||||
usb_kill_urb(port->interrupt_in_urb);
|
||||
|
||||
/* Try to send shutdown message, if the device is gone, this will just fail. */
|
||||
transfer_buffer = kmalloc (0x12, GFP_KERNEL);
|
||||
|
|
Loading…
Reference in a new issue