Re: [PATCH 2/4] USB: serial: metro-usb: drop redundant URB unlink

2017-02-08 Thread Greg KH
On Wed, Feb 08, 2017 at 01:49:17PM +0100, Johan Hovold wrote: > Drop redundant URB unlink as there's no need to unlink an URB which is > about to be killed synchronously. > > Signed-off-by: Johan Hovold Reviewed-by: Greg Kroah-Hartman -- To unsubscribe from this list: send the line "unsubscribe

[PATCH 2/4] USB: serial: metro-usb: drop redundant URB unlink

2017-02-08 Thread Johan Hovold
Drop redundant URB unlink as there's no need to unlink an URB which is about to be killed synchronously. Signed-off-by: Johan Hovold --- drivers/usb/serial/metro-usb.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/usb/serial/metro-usb.c b/drivers/usb/serial/metro-usb.c index 4f7cd30