diff options
author | Thomas Weißschuh <[email protected]> | 2022-12-23 21:30:19 +0000 |
---|---|---|
committer | Benjamin Tissoires <[email protected]> | 2023-02-06 15:11:45 +0100 |
commit | 3f16ba1c0768de6cdc6f65105757ef04dbfd8e5c (patch) | |
tree | 0816140d6da532e552305796d5dac94c547da7c9 /net/unix/af_unix.c | |
parent | ff17bb87601453bb9d50e625d45356f07bcb101c (diff) |
HID: use standard debug APIs
The custom "debug" module parameter is fairly inflexible.
It can only manage debugging for all calls dbg_hid() at the same time.
Furthermore it creates a mismatch between calls to hid_dbg() which can
be managed by CONFIG_DYNAMIC_DEBUG and dbg_hid() which is managed by the
module parameter.
Furthermore the change to pr_debug() allows the debugging statements to
be completely compiled-out if desired.
Signed-off-by: Thomas Weißschuh <[email protected]>
Tested-by: Bastien Nocera <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Benjamin Tissoires <[email protected]>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions