OSDN Git Service

spi: pxa2xx: Fix printf() specifiers
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 17 May 2021 14:03:48 +0000 (17:03 +0300)
committerMark Brown <broonie@kernel.org>
Tue, 18 May 2021 13:05:34 +0000 (14:05 +0100)
commit684a3ac720c3fd4c09ae5aa3d349861bf12dcff6
tree99fb855f67dc68edaa4c032e8c2f0989c824a19b
parenteb743ec600be596553bf4e42c85b0bbc65083791
spi: pxa2xx: Fix printf() specifiers

Instead of explicit casting use proper specifier in one case,
and fix specifier signness in another.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20210517140351.901-7-andriy.shevchenko@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-pxa2xx.c