mirror of
https://github.com/torvalds/linux.git
synced 2024-11-13 07:31:45 +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;
|
wdata->state.cmd_err = err;
|
||||||
wiimote_cmd_complete(wdata);
|
wiimote_cmd_complete(wdata);
|
||||||
} else if (err) {
|
} 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);
|
cmd);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user