]> 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)
commit6add1459b10d8cce0ba55b69ff3169843b83d2ea
treecf99bd3e85fdbd8dc517fa6a21f7d6cc901261eb
parent2158ff100ee3021dd97df17112546426a9a87fb0
USB: serial: remove redundant write-urb kill

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