]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: btmrv: Use %*ph specifier instead of print_hex_dump_bytes
authorAndrei Emeltchenko <andrei.emeltchenko@intel.com>
Wed, 10 Oct 2012 14:41:33 +0000 (17:41 +0300)
committerGustavo Padovan <gustavo.padovan@collabora.co.uk>
Thu, 11 Oct 2012 06:21:15 +0000 (14:21 +0800)
commitaaa841e28be4d5fd497562487eeb705e5121b74a
tree449d9258d975cae3df3db81e9c288b3063346aeb
parent21bfdc5217ca5a763c15f5e0382defcb7519dacd
Bluetooth: btmrv: Use %*ph specifier instead of print_hex_dump_bytes

Use standard print specifier and remove print_hex_dump_bytes call.
Makes output more sensible:

...
[18809.401218] 00000000: 0b 00 00 fe 5b fc 01 f2 00 00 00    ....[......
...

would be changed to

...
[18809.401218] Bluetooth: hex: 0b 00 00 fe 5b fc 01 f2 00 00 00
...

Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
Acked-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
drivers/bluetooth/btmrvl_sdio.c