Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

HID: uclogic: remove h from printk format specifier

See Documentation/core-api/printk-formats.rst.
h should no longer be used in the format specifier for printk.

Signed-off-by: Tom Rix <trix@redhat.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>

authored by

Tom Rix and committed by
Jiri Kosina
a876e7e2 273435a1

+1 -1
+1 -1
drivers/hid/hid-uclogic-params.c
··· 90 90 goto cleanup; 91 91 } else if (rc < 0) { 92 92 hid_err(hdev, 93 - "failed retrieving string descriptor #%hhu: %d\n", 93 + "failed retrieving string descriptor #%u: %d\n", 94 94 idx, rc); 95 95 goto cleanup; 96 96 }