From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755801AbdKCWAX (ORCPT ); Fri, 3 Nov 2017 18:00:23 -0400 Received: from mail-pf0-f196.google.com ([209.85.192.196]:55840 "EHLO mail-pf0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752122AbdKCWAU (ORCPT ); Fri, 3 Nov 2017 18:00:20 -0400 X-Google-Smtp-Source: ABhQp+T9lQ+YaIj2GllNLsC0bAZFtsknCDM3NcCB3ufwf0MMIoAdFKvArx5dwSUlsu3eljbhfhyVNQ== Date: Fri, 3 Nov 2017 15:00:17 -0700 From: Bjorn Andersson To: Arnd Bergmann Cc: Andy Gross , David Brown , Rob Herring , linux-arm-msm@vger.kernel.org, linux-soc@vger.kernel.org, Linux Kernel Mailing List Subject: Re: [PATCH] soc: qcom: remove unused label Message-ID: <20171103220017.GQ28761@minitux> References: <20171018083041.3072321-1-arnd@arndb.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.1 (2017-09-22) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri 03 Nov 05:25 PDT 2017, Arnd Bergmann wrote: > On Wed, Oct 18, 2017 at 10:30 AM, Arnd Bergmann wrote: > > The newly added driver comes with a harmless warning: > > > > drivers/soc/qcom/rmtfs_mem.c: In function 'qcom_rmtfs_mem_probe': > > drivers/soc/qcom/rmtfs_mem.c:211:1: error: label 'remove_cdev' defined but not used [-Werror=unused-label] > > > > This removes the unused label to avoid the warning. > > > > Fixes: 702baebb8e00 ("soc: qcom: Remote filesystem memory driver") > > Signed-off-by: Arnd Bergmann > > I just noticed that the build bots now show the warning > arm-soc/next/drivers, so I've > applied my patch on top of that branch. > Okay, that sounds good. Sorry for missing your previous email. I apparently got that snippet sqaushed into the wrong commit, will add it back when I post the follow-up patch needing it. Regards, Bjorn