diff options
author | 2025-04-30 15:48:10 +0200 | |
---|---|---|
committer | 2025-05-01 17:40:37 +0200 | |
commit | 054c5145540e5ad5b80adf23a5e3e2fc281fb8aa (patch) | |
tree | 29682410e613d91c085ea947855f51d386e35c19 /scripts/lib/kdoc/kdoc_files.py | |
parent | usb: cdnsp: fix L1 resume issue for RTL_REVISION_NEW_LPM version (diff) | |
download | linux-rng-054c5145540e5ad5b80adf23a5e3e2fc281fb8aa.tar.xz linux-rng-054c5145540e5ad5b80adf23a5e3e2fc281fb8aa.zip |
USB: usbtmc: use interruptible sleep in usbtmc_read
usbtmc_read() calls usbtmc_generic_read()
which uses interruptible sleep, but usbtmc_read()
itself uses uninterruptble sleep for mutual exclusion
between threads. That makes no sense.
Both should use interruptible sleep.
Fixes: 5b775f672cc99 ("USB: add USB test and measurement class driver")
Cc: stable <stable@kernel.org>
Signed-off-by: Oliver Neukum <oneukum@suse.com>
Link: https://lore.kernel.org/r/20250430134810.226015-1-oneukum@suse.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'scripts/lib/kdoc/kdoc_files.py')
0 files changed, 0 insertions, 0 deletions