USB: serial: remove redundant write-urb kill
authorJohan Hovold <jhovold@gmail.com>
Wed, 25 Apr 2012 14:12:07 +0000 (16:12 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 25 Apr 2012 18:42:16 +0000 (11:42 -0700)
commitc5b4ee64ae4adc14ba803f5efebf212e06d022c1
treecf99bd3e85fdbd8dc517fa6a21f7d6cc901261eb
parentbdce6612a0562e64acec92bbf6dce567609f5867
USB: serial: remove redundant write-urb kill

Since commit 1ce7b9349fad ("USB: serial: reuse generic write urb and
bulk-out buffer") the port write_urb is simply a pointer to the first
member of write_urbs so there's no need to kill it twice.

Signed-off-by: Johan Hovold <jhovold@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/serial/generic.c