Re: [PATCH] coredump: Fix a compilation issue with CONFIG_VLYNQ_DEBUG=y

From: Florian Fainelli
Date: Wed Jan 04 2023 - 13:15:30 EST


On 1/3/23 23:38, xurui wrote:
A compilation issue occurred when CONFIG_VLYNQ_DEBUG is set:
drivers/vlynq/vlynq.c:82:13: error: ‘vlynq_dump_mem’ defined but not used [-Werror=unused-function]
drivers/vlynq/vlynq.c:68:13: error: ‘vlynq_dump_regs’ defined but not used [-Werror=unused-function]

Signed-off-by: xurui <xurui@xxxxxxxxxx>

The subject should be: vlynq: Fix a compilation with CONFIG_VLYNQ_DEBUG=y. I could fix that up while applying this for you.
--
Florian