提交 c56150c1 编写于 作者: O Oliver Neukum 提交者: Greg Kroah-Hartman

USB: adutux: fix debugging

Handling for removal of the controller was missing at one place.
Add it.
Signed-off-by: NOliver Neukum <oneukum@suse.com>
Link: https://lore.kernel.org/r/20200917112600.26508-1-oneukum@suse.comSigned-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 871e6496
...@@ -209,6 +209,7 @@ static void adu_interrupt_out_callback(struct urb *urb) ...@@ -209,6 +209,7 @@ static void adu_interrupt_out_callback(struct urb *urb)
if (status != 0) { if (status != 0) {
if ((status != -ENOENT) && if ((status != -ENOENT) &&
(status != -ESHUTDOWN) &&
(status != -ECONNRESET)) { (status != -ECONNRESET)) {
dev_dbg(&dev->udev->dev, dev_dbg(&dev->udev->dev,
"%s :nonzero status received: %d\n", __func__, "%s :nonzero status received: %d\n", __func__,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册