Re: powerpc/boot: remove unused variable in mpc8xx

2018-06-04 Thread Michael Ellerman
On Tue, 2018-04-17 at 12:36:45 UTC, Christophe Leroy wrote: > Variable div is set but never used. Remove it. > > Signed-off-by: Christophe Leroy Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/169f438a7e369226a452e0ac4a54db cheers

Re: powerpc/boot: remove unused variable in mpc8xx

2018-06-04 Thread Michael Ellerman
On Tue, 2018-04-17 at 12:36:45 UTC, Christophe Leroy wrote: > Variable div is set but never used. Remove it. > > Signed-off-by: Christophe Leroy Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/169f438a7e369226a452e0ac4a54db cheers

[PATCH] powerpc/boot: remove unused variable in mpc8xx

2018-04-17 Thread Christophe Leroy
Variable div is set but never used. Remove it. Signed-off-by: Christophe Leroy --- arch/powerpc/boot/mpc8xx.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/arch/powerpc/boot/mpc8xx.c b/arch/powerpc/boot/mpc8xx.c index add55a7f184f..c9bd9285c548

[PATCH] powerpc/boot: remove unused variable in mpc8xx

2018-04-17 Thread Christophe Leroy
Variable div is set but never used. Remove it. Signed-off-by: Christophe Leroy --- arch/powerpc/boot/mpc8xx.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/arch/powerpc/boot/mpc8xx.c b/arch/powerpc/boot/mpc8xx.c index add55a7f184f..c9bd9285c548 100644 ---