OSDN Git Service

drm/udl: Suppress error print for -EPROTO at URB completion
authorTakashi Iwai <tiwai@suse.de>
Thu, 8 Sep 2022 09:51:08 +0000 (11:51 +0200)
committerThomas Zimmermann <tzimmermann@suse.de>
Sat, 10 Sep 2022 19:45:52 +0000 (21:45 +0200)
commit53593515ec1a4a5afaaa88fd4522bc4c2d7f5d9b
tree2c2443ff7c8e48105be7366d8c02fd8a5369d84b
parented9605a66b62f27513aba1d95f7d470c4abda29f
drm/udl: Suppress error print for -EPROTO at URB completion

The driver may receive -EPROTO at the URB completion when the device
gets disconnected, and it's a normal situation.  Suppress the error
print for that, too.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Acked-by: Thomas Zimmermann <tzimmermann@suse.de>
Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Link: https://patchwork.freedesktop.org/patch/msgid/20220908095115.23396-6-tiwai@suse.de
drivers/gpu/drm/udl/udl_main.c