summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/atom.c
diff options
context:
space:
mode:
authorOliver Neukum <oneukum@suse.com>2024-09-24 10:43:45 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2024-10-04 15:16:17 +0200
commite0aa9614ab0fd35b404e4b16ebe879f9fc152591 (patch)
tree192a484a81c724b3098bb5b033f49beab3c717a1 /drivers/gpu/drm/amd/amdgpu/atom.c
parent44feafbaa66ec86232b123bb8437a6a262442025 (diff)
usb: yurex: make waiting on yurex_write interruptible
The IO yurex_write() needs to wait for in order to have a device ready for writing again can take a long time time. Consequently the sleep is done in an interruptible state. Therefore others waiting for yurex_write() itself to finish should use mutex_lock_interruptible. Signed-off-by: Oliver Neukum <oneukum@suse.com> Fixes: 6bc235a2e24a5 ("USB: add driver for Meywa-Denki & Kayac YUREX") Rule: add Link: https://lore.kernel.org/stable/20240924084415.300557-1-oneukum%40suse.com Link: https://lore.kernel.org/r/20240924084415.300557-1-oneukum@suse.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/atom.c')
0 files changed, 0 insertions, 0 deletions