]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: a2mp: Use the correct print format
authorKai Ye <yekai13@huawei.com>
Thu, 3 Jun 2021 07:40:59 +0000 (15:40 +0800)
committerMarcel Holtmann <marcel@holtmann.org>
Sat, 26 Jun 2021 05:12:41 +0000 (07:12 +0200)
commita0a7f6aae85358ddf942b9fdc9d7c4b8cae058ed
tree4173992309c2786c69cca932531b874f3d568a8f
parent973ac875e2a013c40a64a586676668641a744960
Bluetooth: a2mp: 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/a2mp.c