]> git.kernelconcepts.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>
Wed, 10 Jul 2013 14:54:53 +0000 (15:54 +0100)
commit761a86b10725d314cad73a75020a2544c38d5a83
tree67a3e34beda5b9d07f9d9b4109183e17b9862067
parented893559c9799df3b32051871c22017151394d82
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