commit | c5b4ee64ae4adc14ba803f5efebf212e06d022c1 | [log] [tgz] |
---|---|---|
author | Johan Hovold <jhovold@gmail.com> | Wed Apr 25 16:12:07 2012 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Apr 25 11:42:16 2012 -0700 |
tree | cf99bd3e85fdbd8dc517fa6a21f7d6cc901261eb | |
parent | bdce6612a0562e64acec92bbf6dce567609f5867 [diff] |
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>