projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
273435a
)
HID: uclogic: remove h from printk format specifier
author
Tom Rix
<trix@redhat.com>
Tue, 15 Dec 2020 14:54:54 +0000
(06:54 -0800)
committer
Jiri Kosina
<jkosina@suse.cz>
Thu, 7 Jan 2021 09:14:57 +0000
(10:14 +0100)
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>
drivers/hid/hid-uclogic-params.c
patch
|
blob
|
history
diff --git
a/drivers/hid/hid-uclogic-params.c
b/drivers/hid/hid-uclogic-params.c
index d26d8cd98efcfddc869155a07779828c54eee6bc..56406cee401fffcfc4b63f8cd6dc926b7b93dfbb 100644
(file)
--- a/
drivers/hid/hid-uclogic-params.c
+++ b/
drivers/hid/hid-uclogic-params.c
@@
-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 #%
hh
u: %d\n",
+ "failed retrieving string descriptor #%u: %d\n",
idx, rc);
goto cleanup;
}