Home
last modified time | relevance | path

Searched hist:"34 ba3657a503184e8d9b64afac7f2d83ddae52fb" (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/hid/i2c-hid/
H A Di2c-hid-core.cdiff 34ba3657a503184e8d9b64afac7f2d83ddae52fb Fri Dec 23 03:53:34 CET 2022 Thomas Weißschuh <linux@weissschuh.net> HID: i2c-hid: switch to standard debugging APIs

Instead of implementing a custom form of dynamic debugging we can use
the standard debugging APIs. If the kernel is built with
CONFIG_DYNAMIC_DEBUG this will be more discoverable and featureful.

Also the previous module parameter "debug" is read-only so it can't
actually be enabled.

Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>