From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752140AbbJMIpZ (ORCPT ); Tue, 13 Oct 2015 04:45:25 -0400 Received: from mail-wi0-f172.google.com ([209.85.212.172]:35345 "EHLO mail-wi0-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751441AbbJMIpV (ORCPT ); Tue, 13 Oct 2015 04:45:21 -0400 Date: Tue, 13 Oct 2015 09:45:17 +0100 From: Lee Jones To: Sudip Mukherjee Cc: linux-kernel@vger.kernel.org Subject: Re: [PATCH 2/2] mfd: rtsx: fix build warning Message-ID: <20151013084517.GD32409@x1> References: <1444220929-18949-1-git-send-email-sudipm.mukherjee@gmail.com> <1444220929-18949-2-git-send-email-sudipm.mukherjee@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1444220929-18949-2-git-send-email-sudipm.mukherjee@gmail.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 07 Oct 2015, Sudip Mukherjee wrote: > We were getting build warning about unused variable 'err'. > The commit a3c29b099829 has removed the use of err but missed removing > the variable which is unused now. > > Fixes: a3c29b099829 ("mfd: rtsx: Simplify function return logic") > Signed-off-by: Sudip Mukherjee > --- > drivers/mfd/rtsx_pcr.c | 2 -- > 1 file changed, 2 deletions(-) Applied, thanks. > diff --git a/drivers/mfd/rtsx_pcr.c b/drivers/mfd/rtsx_pcr.c > index b98cf1d..d63f3a8 100644 > --- a/drivers/mfd/rtsx_pcr.c > +++ b/drivers/mfd/rtsx_pcr.c > @@ -561,8 +561,6 @@ EXPORT_SYMBOL_GPL(rtsx_pci_write_ppbuf); > > static int rtsx_pci_set_pull_ctl(struct rtsx_pcr *pcr, const u32 *tbl) > { > - int err; > - > rtsx_pci_init_cmd(pcr); > > while (*tbl & 0xFFFF0000) { -- Lee Jones Linaro STMicroelectronics Landing Team Lead Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog