]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: debug: Use standard hex object specifiers in hci_event
authorAndrei Emeltchenko <andrei.emeltchenko@intel.com>
Wed, 11 Jul 2012 11:32:43 +0000 (14:32 +0300)
committerGustavo Padovan <gustavo.padovan@collabora.co.uk>
Wed, 11 Jul 2012 12:56:03 +0000 (09:56 -0300)
commitdfb32329312d5b59818d96ca433a6aeacda9392e
tree94fb9001641c0db5ba2c5bce8918fcfdaaae3221
parent0c3498b75e0561c2e575a9ec992abebe01f66ca2
Bluetooth: debug: Use standard hex object specifiers in hci_event

To help debugging printed hex object use standard bluetooth
specifiers in hci_event. The patch changes format from 0x%04x to 0x%4.4x;
print manufacturer id and handle in hex instead of int; print opcode
always in 0x%4.4x format; status in 0x%2.2x.

Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
net/bluetooth/hci_event.c