USB: use %*ph specifier in mikrotek driver
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 29 Dec 2014 12:35:28 +0000 (14:35 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 9 Jan 2015 19:37:18 +0000 (11:37 -0800)
commit78a629e95137bb4d39d5e05d03273685401dce06
tree756229de08ece4fc1be0d7984db294acf637159b
parent788bfe88d552b89842b028ca78e5451a1e64b21b
USB: use %*ph specifier in mikrotek driver

There is a %*ph specifier that allows to dump small buffers. This patch
converts the code to use the specifier.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/image/microtek.c