]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
USB: serial: metro-usb: drop redundant URB unlink
authorJohan Hovold <johan@kernel.org>
Wed, 8 Feb 2017 12:49:17 +0000 (13:49 +0100)
committerJohan Hovold <johan@kernel.org>
Wed, 8 Feb 2017 18:27:52 +0000 (19:27 +0100)
commitd395c9ab00901cdd804c36857e9079dd794c3b1c
treea06ade4507a3699e80c24f838220c138f2c5be12
parent965bbef552cdbf22ab7fb83e7f92b2f251d56f70
USB: serial: metro-usb: drop redundant URB unlink

Drop redundant URB unlink as there's no need to unlink an URB which is
about to be killed synchronously.

Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Johan Hovold <johan@kernel.org>
drivers/usb/serial/metro-usb.c