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

HID: wiimote: 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
4d2b7163 a876e7e2

+1 -1
+1 -1
drivers/hid/hid-wiimote-core.c
··· 1482 1482 wdata->state.cmd_err = err; 1483 1483 wiimote_cmd_complete(wdata); 1484 1484 } else if (err) { 1485 - hid_warn(wdata->hdev, "Remote error %hhu on req %hhu\n", err, 1485 + hid_warn(wdata->hdev, "Remote error %u on req %u\n", err, 1486 1486 cmd); 1487 1487 } 1488 1488 }