diff options
author | Oliver Neukum <oneukum@suse.com> | 2025-04-30 15:48:10 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2025-05-01 17:40:37 +0200 |
commit | 054c5145540e5ad5b80adf23a5e3e2fc281fb8aa (patch) | |
tree | 29682410e613d91c085ea947855f51d386e35c19 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 8614ecdb1570e4fffe87ebdc62b613ed66f1f6a6 (diff) |
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 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions