Commit a876e7e2 authored by Tom Rix's avatar Tom Rix Committed by Jiri Kosina

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: default avatarTom Rix <trix@redhat.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 273435a1
......@@ -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;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment