From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (bilbo.ozlabs.org [203.11.71.1]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 40zxfj0MS2zF0dd for ; Tue, 5 Jun 2018 00:10:37 +1000 (AEST) In-Reply-To: <20180417123646.066056C09D@po15720vm.idsi0.si.c-s.fr> To: Christophe Leroy , Benjamin Herrenschmidt , Paul Mackerras From: Michael Ellerman Cc: linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org Subject: Re: powerpc/boot: remove unused variable in mpc8xx Message-Id: <40zxff260Sz9s1w@ozlabs.org> Date: Tue, 5 Jun 2018 00:10:34 +1000 (AEST) List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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