]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit86004fc6c63af01b0bde7a5657c6c5cb5d0f88c3
treecf99bd3e85fdbd8dc517fa6a21f7d6cc901261eb
parentcf01e8241c811ebe9698878cc69cec22b8188385
USB: serial: remove redundant write-urb kill

Since commit ad435256f2b5 ("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