mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user