From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753809AbeARE0F (ORCPT ); Wed, 17 Jan 2018 23:26:05 -0500 Received: from ozlabs.org ([103.22.144.67]:33391 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752184AbeARE0D (ORCPT ); Wed, 17 Jan 2018 23:26:03 -0500 Date: Thu, 18 Jan 2018 15:26:01 +1100 From: Stephen Rothwell To: Tejun Heo Cc: Linux-Next Mailing List , Linux Kernel Mailing List , Florian Fainelli Subject: linux-next: build warning after merge of the libata tree Message-ID: <20180118152601.31761830@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Tejun, After merging the libata tree, today's linux-next build (arm multi_v7_defconfig) produced this warning: drivers/phy/broadcom/phy-brcm-sata.c: In function 'brcm_stb_sata_calibrate': drivers/phy/broadcom/phy-brcm-sata.c:514:24: warning: unused variable 'priv' [-Wunused-variable] struct brcm_sata_phy *priv = port->phy_priv; ^~~~ Introduced by commit 3e507769d15e ("phy: brcm-sata: Implement calibrate callback") -- Cheers, Stephen Rothwell