From: Andy Shevchenko Date: Tue, 2 Oct 2012 14:19:44 +0000 (+0300) Subject: rtlwifi: rtl8192ce: rtl8192cu: use %*phC to dump small buffers X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~45^2~337^2^2~86 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed9f0ed3b977f480a35ea3d3e9d966d89724185e;p=pandora-kernel.git rtlwifi: rtl8192ce: rtl8192cu: use %*phC to dump small buffers 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 ACKed-by: Larry Finger Signed-off-by: John W. Linville --- Reading git-diff-tree failed