From: Oliver Neukum Date: Thu, 17 Sep 2020 11:26:00 +0000 (+0200) Subject: USB: adutux: fix debugging X-Git-Tag: v5.15~2673^2~74 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c56150c1bc8da5524831b1dac2eec3c67b89f587;p=platform%2Fkernel%2Flinux-starfive.git USB: adutux: fix debugging Handling for removal of the controller was missing at one place. Add it. Signed-off-by: Oliver Neukum Link: https://lore.kernel.org/r/20200917112600.26508-1-oneukum@suse.com Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/usb/misc/adutux.c b/drivers/usb/misc/adutux.c index a7eefe1..45a3879 100644 --- a/drivers/usb/misc/adutux.c +++ b/drivers/usb/misc/adutux.c @@ -209,6 +209,7 @@ static void adu_interrupt_out_callback(struct urb *urb) if (status != 0) { if ((status != -ENOENT) && + (status != -ESHUTDOWN) && (status != -ECONNRESET)) { dev_dbg(&dev->udev->dev, "%s :nonzero status received: %d\n", __func__,