]> git.karo-electronics.de Git - karo-tx-linux.git/commit
spi: tle62x0: dump small buffers using %*ph
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 10 Jul 2013 14:34:43 +0000 (17:34 +0300)
committerMark Brown <broonie@linaro.org>
Mon, 15 Jul 2013 10:45:24 +0000 (11:45 +0100)
commitcd4c424463b6051b0d3cac49a96389788c39bb35
tree2138252cf0e52c8f47f793eeaff3d42db9b45b61
parentad81f0545ef01ea651886dddac4bef6cec930092
spi: tle62x0: dump small buffers using %*ph

We have nice specifier in kernel for that.

It changes separator from ',' (comma) to space, though it's not a big deal
since it's just a debug message.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
drivers/spi/spi-tle62x0.c