]> 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>
Mon, 15 Jul 2013 10:45:24 +0000 (11:45 +0100)
commit0d2598d9eb9c7ab2fad5da5219024f2a8866e47f
tree2138252cf0e52c8f47f793eeaff3d42db9b45b61
parent07e109360660cc58aefd754a4369fe475b61e495
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