rtlwifi: rtl8192ce: rtl8192cu: use %*phC to dump small buffers
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Tue, 2 Oct 2012 14:19:44 +0000 (17:19 +0300)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 19 Oct 2012 19:53:05 +0000 (15:53 -0400)
The patch changes a bit trace output format in the rtl_cam_program_entry() to
print prefix and the actual data on the same line. Moreover the %*phC outputs
each byte as 2 hex digits, which is slightly different to the original %x.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
ACKed-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>

No differences found