diff options
author | Andrei Emeltchenko <andrei.emeltchenko@intel.com> | 2012-10-05 13:57:49 -0700 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2012-10-19 15:53:18 -0400 |
commit | afe3840a1a07371cf1b8bbe01b9bb4c410e3bba1 (patch) | |
tree | 471fa6d64e0311e40dbd232a0b4266554b8b818a /tools/perf/scripts/python | |
parent | f575f65897e84018ee7163407ca5514272e11223 (diff) |
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>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions