mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +00:00
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>
This commit is contained in:
parent
a876e7e2a8
commit
4d2b71634b
@ -1482,7 +1482,7 @@ static void handler_return(struct wiimote_data *wdata, const __u8 *payload)
|
||||
wdata->state.cmd_err = err;
|
||||
wiimote_cmd_complete(wdata);
|
||||
} else if (err) {
|
||||
hid_warn(wdata->hdev, "Remote error %hhu on req %hhu\n", err,
|
||||
hid_warn(wdata->hdev, "Remote error %u on req %u\n", err,
|
||||
cmd);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user