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)
commitad0ac6ca5ffc959b7f8af2c76da4bf2f120aa0ee
treefe9b633c1c746e0dd51578b29c486a0a61c102f1
parentb44006728d1e553dcebe114252ed8b617db3eace
Bluetooth: debug: Print CID and PSM in hex format

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