]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: hidp: Use the correct print format
authorKai Ye <yekai13@huawei.com>
Thu, 3 Jun 2021 07:40:56 +0000 (15:40 +0800)
committerMarcel Holtmann <marcel@holtmann.org>
Sat, 26 Jun 2021 05:12:40 +0000 (07:12 +0200)
commit7bf776fec7241214905c47e3497edf4f92787694
treef6795d2720976e6634f36148e5f6134df6ded2f2
parent894530d82bd662d9b455c7ee9b310cbff851dfc9
Bluetooth: hidp: Use the correct print format

According to Documentation/core-api/printk-formats.rst,
Use the correct print format. Printing an unsigned int value should use %u
instead of %d. Otherwise printk() might end up displaying negative numbers.

Signed-off-by: Kai Ye <yekai13@huawei.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
net/bluetooth/hidp/core.c