[IA64] perfmon: Use %*phD specifier to dump small buffers
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 29 May 2013 10:05:18 +0000 (13:05 +0300)
committerTony Luck <tony.luck@intel.com>
Mon, 3 Jun 2013 23:03:17 +0000 (16:03 -0700)
commit7451adc51661ac75d4b4c56056451a58cccf1967
tree54548dfbc64fd5ef1f4d7ad05acdd8d653c53f5d
parent169ec523c34212f6e382186bce88f17eba4cad49
[IA64] perfmon: Use %*phD specifier to dump small buffers

pfm_uuid_t value is defined as unsigned char [16]. Thus, we may dump its value
as byte buffer using %*phD specifier.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
arch/ia64/kernel/perfmon.c