linux/drivers/hid/bpf
Thomas Weißschuh a707f85d47 HID: bpf: constify parameter rdesc of call_hid_bpf_rdesc_fixup()
The parameter is never modified, so mark it as const.
Also inline the return statement to avoid a type mismatch error.

This is a prerequisite for constification changes in the HID core.

Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
Link: https://patch.msgid.link/20240803-hid-const-fixup-v2-1-f53d7a7b29d8@weissschuh.net
Signed-off-by: Benjamin Tissoires <bentiss@kernel.org>
2024-08-27 16:18:51 +02:00
..
progs HID: bpf: Thrustmaster TCA Yoke Boeing joystick fix 2024-07-01 14:48:44 +02:00
hid_bpf_dispatch.c HID: bpf: constify parameter rdesc of call_hid_bpf_rdesc_fixup() 2024-08-27 16:18:51 +02:00
hid_bpf_dispatch.h HID: bpf: prevent infinite recursions with hid_hw_raw_requests hooks 2024-06-27 11:00:12 +02:00
hid_bpf_struct_ops.c HID: bpf: prevent the same struct_ops to be attached more than once 2024-07-24 18:27:21 +02:00
Kconfig hid: bpf: add BPF_JIT dependency 2024-07-22 16:52:05 +02:00
Makefile HID: bpf: remove tracing HID-BPF capability 2024-06-14 11:20:20 +02:00