On Thu, 2019-12-19 at 16:16 +0100, Sebastian Andrzej Siewior wrote: > With CONFIG_QUICC_ENGINE enabled and CONFIG_UCC_GETH + CONFIG_SERIAL_QE > disabled we have an unused variable (np). The code won't compile with > -Werror. > > Move the np variable to the block where it is actually used. > > Signed-off-by: Sebastian Andrzej Siewior <bige...@linutronix.de> > --- > arch/powerpc/platforms/85xx/twr_p102x.c | 5 +---- > 1 file changed, 1 insertion(+), 4 deletions(-)
Acked-by: Scott Wood <o...@buserror.net> -Scott