mirror-linux/drivers/usb/class
Thorsten Blum 6e26324df8 usb: usbtmc: Remove unnecessary local variable from usbtmc_ioctl_request
The local variable 'res' is only used to temporary store the results of
calling copy_from_user() and copy_to_user(). Use the results directly
and remove the local variable.

Signed-off-by: Thorsten Blum <thorsten.blum@linux.dev>
Link: https://lore.kernel.org/r/20250918151328.331015-1-thorsten.blum@linux.dev
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2025-10-13 09:11:49 +02:00
..
Kconfig
Makefile
cdc-acm.c USB / Thunderbolt changes for 6.17-rc1 2025-07-29 10:17:10 -07:00
cdc-acm.h
cdc-wdm.c Linux 6.15-rc4 2025-04-28 10:32:58 +02:00
usblp.c usb: usblp: Use min_t() to improve usblp_read() 2025-09-06 15:20:22 +02:00
usbtmc.c usb: usbtmc: Remove unnecessary local variable from usbtmc_ioctl_request 2025-10-13 09:11:49 +02:00