Home
last modified time | relevance | path

Searched hist:eab00a208eb63d863b6cc0a03f68b4424ef5add8 (Results 1 – 1 of 1) sorted by relevance

/linux/arch/powerpc/kernel/
H A Dprom_init.cdiff eab00a208eb63d863b6cc0a03f68b4424ef5add8 Wed Apr 04 22:08:35 CEST 2018 Mathieu Malaterre <malat@debian.org> powerpc: Move `path` variable inside DEBUG_PROM

Add gcc attribute unused for two variables. Fix warnings treated as errors
with W=1:

arch/powerpc/kernel/prom_init.c:1388:8: error: variable ‘path’ set but not used [-Werror=unused-but-set-variable]

Suggested-by: Christophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: Mathieu Malaterre <malat@debian.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>