mfd: ipaq-micro: Use %*ph for printing hexdump of a small buffer
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 3 Jul 2023 14:09:22 +0000 (17:09 +0300)
committerLee Jones <lee@kernel.org>
Fri, 18 Aug 2023 20:47:59 +0000 (21:47 +0100)
commit8325ec08d67d8f669c32137a5ab2724f0a76de77
treee618ca4a015d8d5bf6372d8066b60d6f8760725c
parent2ccfad1c2be781f3695f213de740a26d3e6913a3
mfd: ipaq-micro: Use %*ph for printing hexdump of a small buffer

The kernel already has a helper to print a hexdump of a small
buffer via pointer extension. Use that instead of open coded
variant.

In long term it helps to kill pr_cont() or at least narrow down
its use.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20230703140923.2840-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Lee Jones <lee@kernel.org>
drivers/mfd/ipaq-micro.c