Home
last modified time | relevance | path

Searched hist:f639e0b68036034c6ee9c01480cd2a13189dd306 (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/hid/i2c-hid/
H A Di2c-hid-core.cdiff f639e0b68036034c6ee9c01480cd2a13189dd306 Fri Dec 23 03:53:35 CET 2022 Thomas Weißschuh <linux@weissschuh.net> HID: i2c-hid: use uniform debugging APIs

Only two locations in i2c-hid are using the standard dev_dbg() APIs.
The rest are all using the custom i2c_hid_dbg(), which in turn uses
dev_dbg().

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