USB: legousbtower: drop noisy disconnect messages
authorJohan Hovold <johan@kernel.org>
Tue, 5 Nov 2019 08:41:43 +0000 (09:41 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 7 Nov 2019 10:17:50 +0000 (11:17 +0100)
commit835bd2b5672b632b7aedf29e48e3453c182a1b9a
tree676070c9bc38fcacd2f9243e31a9ca4d475121c7
parentb5a80252e09c2791380cdf10a6ebd7987900748c
USB: legousbtower: drop noisy disconnect messages

User space already sees -ENODEV in case it tries to do I/O post
disconnect, no need to spam the logs with printk messages that don't
even include any device-id information.

Signed-off-by: Johan Hovold <johan@kernel.org>
Link: https://lore.kernel.org/r/20191105084152.16322-6-johan@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/misc/legousbtower.c