mwifiex: Using %*phD instead of print_hex_dump_bytes
authorAndrei Emeltchenko <andrei.emeltchenko@intel.com>
Fri, 5 Oct 2012 20:57:49 +0000 (13:57 -0700)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 19 Oct 2012 19:53:18 +0000 (15:53 -0400)
commitafe3840a1a07371cf1b8bbe01b9bb4c410e3bba1
tree471fa6d64e0311e40dbd232a0b4266554b8b818a
parentf575f65897e84018ee7163407ca5514272e11223
mwifiex: Using %*phD instead of print_hex_dump_bytes

Make output more readable and remove unneeded function call.

...
mwifiex_sdio mmc0:0001:1: last_cmd_index = 3
last_cmd_id: 00000000: 16 00 cd 00 83 00 df 00 28 00 ........(.
...

would be changed to:

...
mwifiex_sdio mmc0:0001:1: last_cmd_index = 3
mwifiex_sdio mmc1:0001:1: last_cmd_id: 16 00 cd 00 83 00 df 00 28 00
...

Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
Signed-off-by: Bing Zhao <bzhao@marvell.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/mwifiex/cmdevt.c