From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (bilbo.ozlabs.org [103.22.144.67]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3yLm971bGJzDqn0 for ; Tue, 24 Oct 2017 19:07:55 +1100 (AEDT) In-Reply-To: <96042828-9707-8af9-664a-5c71818dd817@users.sourceforge.net> To: SF Markus Elfring , kbuild test robot , linuxppc-dev@lists.ozlabs.org, Benjamin Herrenschmidt , Jan Kara , Jens Axboe , Dan Williams , Paul Mackerras , Tyrel Datwyler From: Michael Ellerman Cc: kernel-janitors@vger.kernel.org, kbuild-all@01.org, LKML Subject: Re: [v2] axonram: Delete an unnecessary variable initialisation in axon_ram_probe() Message-Id: <3yLm966YSTz9sNV@ozlabs.org> Date: Tue, 24 Oct 2017 19:07:53 +1100 (AEDT) List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tue, 2017-09-05 at 17:11:31 UTC, SF Markus Elfring wrote: > From: Markus Elfring > Date: Tue, 5 Sep 2017 18:47:02 +0200 > > The local variable "rc" will eventually be set only to an error code. > Thus omit the explicit initialisation at the beginning. > > Signed-off-by: Markus Elfring Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/a7cd4586210c69c19aef26f4f83d3e cheers