From: Andrei Emeltchenko Date: Wed, 11 Jul 2012 11:32:43 +0000 (+0300) Subject: Bluetooth: debug: Use standard hex object specifiers in hci_event X-Git-Tag: v3.6-rc1~125^2~57^2~2^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f1db00cdc9429593a887c20fb4372a6fb82a96c;p=pandora-kernel.git 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 Signed-off-by: Gustavo Padovan --- Reading git-diff-tree failed