From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Rothwell Subject: linux-next: build warning after merge of the libata tree Date: Tue, 13 Feb 2018 14:04:49 +1100 Message-ID: <20180213140449.35e337cb@canb.auug.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Sender: linux-kernel-owner@vger.kernel.org To: Tejun Heo Cc: Linux-Next Mailing List , Linux Kernel Mailing List , Khiem Nguyen , Hien Dang , Yoshihiro Kaneko List-Id: linux-next.vger.kernel.org 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") -- Cheers, Stephen Rothwell