]> git.baikalelectronics.ru Git - kernel.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>
Wed, 10 Jul 2013 14:54:53 +0000 (15:54 +0100)
commitf0ece399bd1d3c789f399f1173fd1290f0f698da
tree67a3e34beda5b9d07f9d9b4109183e17b9862067
parent642ddcf69cd363d85008aa7172fc15d72d58a260
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