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>
This commit is contained in:
Tom Rix 2020-12-15 06:54:54 -08:00 committed by Jiri Kosina
parent 273435a1d4
commit a876e7e2a8

View File

@ -90,7 +90,7 @@ static int uclogic_params_get_str_desc(__u8 **pbuf, struct hid_device *hdev,
goto cleanup;
} else if (rc < 0) {
hid_err(hdev,
"failed retrieving string descriptor #%hhu: %d\n",
"failed retrieving string descriptor #%u: %d\n",
idx, rc);
goto cleanup;
}