UAS: no use logging any details in case of ENODEV
authorOliver Neukum <oneukum@suse.com>
Wed, 15 Apr 2020 14:17:49 +0000 (16:17 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 16 Apr 2020 12:59:48 +0000 (14:59 +0200)
commit5963dec98dc52d52476390485f07a29c30c6a582
tree3665ad52a8fde5f3a6c7db402e02342b12ee3935
parentfdd10499de0dbcd2cdfe8108ed162bb00fe6f276
UAS: no use logging any details in case of ENODEV

Once a device is gone, the internal state does not matter anymore.
There is no need to spam the logs.

Signed-off-by: Oliver Neukum <oneukum@suse.com>
Cc: stable <stable@vger.kernel.org>
Fixes: 326349f824619 ("uas: add dead request list")
Link: https://lore.kernel.org/r/20200415141750.811-1-oneukum@suse.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/storage/uas.c