From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tejun Heo Subject: Re: linux-next: build warning after merge of the libata tree Date: Tue, 13 Feb 2018 06:42:07 -0800 Message-ID: <20180213144207.GO695913@devbig577.frc2.facebook.com> References: <20180213140449.35e337cb@canb.auug.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20180213140449.35e337cb@canb.auug.org.au> Sender: linux-kernel-owner@vger.kernel.org To: Stephen Rothwell Cc: Linux-Next Mailing List , Linux Kernel Mailing List , Khiem Nguyen , Hien Dang , Yoshihiro Kaneko List-Id: linux-next.vger.kernel.org On Tue, Feb 13, 2018 at 02:04:49PM +1100, Stephen Rothwell wrote: > Hi Tejun, > > After merging the libata tree, today's linux-next build (arm > multi_v7_defconfig) produced this warning: > > drivers/ata/sata_rcar.c: In function 'sata_rcar_init_controller': > drivers/ata/sata_rcar.c:821:16: warning: unused variable 'base' [-Wunused-variable] > void __iomem *base = priv->base; > ^~~~ > > Introduced by commit > > da77d76b95a0 ("sata_rcar: Reset SATA PHY when Salvator-X board resumes") Just applied Geert's patch to remove the warning. Thanks. -- tejun