net/usb/kalmia: use %*phC to dump small buffers
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 29 May 2013 07:22:30 +0000 (10:22 +0300)
committerDavid S. Miller <davem@davemloft.net>
Wed, 29 May 2013 07:35:20 +0000 (00:35 -0700)
Instead of dereferencing pointer and put values on stack we could use nice
%*phC specifier.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found