USB: use %*ph specifier in uss720 driver
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 29 Dec 2014 12:35:29 +0000 (14:35 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 9 Jan 2015 19:37:18 +0000 (11:37 -0800)
commit5d31a6dc78b414406b04bc76f7cce19390663fc7
tree0c7020e487367e60a7b3661b77352724eae4e278
parent78a629e95137bb4d39d5e05d03273685401dce06
USB: use %*ph specifier in uss720 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/misc/uss720.c