Bluetooth: debug: Print CID and PSM in hex format
authorAndrei Emeltchenko <andrei.emeltchenko@intel.com>
Tue, 10 Jul 2012 12:27:50 +0000 (15:27 +0300)
committerGustavo Padovan <gustavo.padovan@collabora.co.uk>
Tue, 10 Jul 2012 18:41:50 +0000 (15:41 -0300)
Correct places where CID and PSM were printed as int. For CID: 0x%4.4x
is used and for PSM: 0x%2.2x.

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

Simple merge