Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

USB: adutux: fix debugging

Handling for removal of the controller was missing at one place.
Add it.

Signed-off-by: Oliver Neukum <oneukum@suse.com>
Link: https://lore.kernel.org/r/20200917112600.26508-1-oneukum@suse.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Oliver Neukum and committed by
Greg Kroah-Hartman
c56150c1 871e6496

+1
+1
drivers/usb/misc/adutux.c
··· 209 209 210 210 if (status != 0) { 211 211 if ((status != -ENOENT) && 212 + (status != -ESHUTDOWN) && 212 213 (status != -ECONNRESET)) { 213 214 dev_dbg(&dev->udev->dev, 214 215 "%s :nonzero status received: %d\n", __func__,