]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: use the correct print format for L2CAP debug statements
authorKai Ye <yekai13@huawei.com>
Tue, 6 Apr 2021 06:26:24 +0000 (14:26 +0800)
committerMarcel Holtmann <marcel@holtmann.org>
Tue, 6 Apr 2021 08:40:20 +0000 (10:40 +0200)
commitfae2321debc2d8ab1f3cfc9d402812faeb162522
tree257281bd7eb28df94aaa03bca40ad987cfba1ecf
parent5de667fd211b97be38912d154b7fa3e9714603a3
Bluetooth: use the correct print format for L2CAP debug statements

Use the correct print format. Printing an unsigned int value should use %u
instead of %d. For details, please read document:
Documentation/core-api/printk-formats.rst

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