]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: Correct debug print specifier for u16 objects
authorAndrei Emeltchenko <andrei.emeltchenko@intel.com>
Mon, 11 Jun 2012 08:13:09 +0000 (11:13 +0300)
committerGustavo Padovan <gustavo.padovan@collabora.co.uk>
Tue, 12 Jun 2012 03:08:54 +0000 (00:08 -0300)
commiteb8bb901f27c089431366aff784f8e24bd56fd29
tree21105b498b8fef90ddb55ac542ee72a287e89fc8
parent5ce142fd6aa46887dd2d20014b8fd9b1bd9269cf
Bluetooth: Correct debug print specifier for u16 objects

Some functions print u16 objects as "0xc03" others as "0x0c03". Patch
ensures that opcodes printed are the in the same format and consistent
with bluetooth code.

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