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)
commit93917fd224fdaebd0864143468e358300d1ffe36
tree257281bd7eb28df94aaa03bca40ad987cfba1ecf
parent27e554a4fcd84e499bf0a82122b8c4c3f1de38b6
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