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)
commit9f1db00cdc9429593a887c20fb4372a6fb82a96c
tree94fb9001641c0db5ba2c5bce8918fcfdaaae3221
parent89d8b4078921023c52551b641b647352751ae714
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
This page took 0.040064 seconds and 5 git commands to generate.