From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751553AbdF1S3A (ORCPT ); Wed, 28 Jun 2017 14:29:00 -0400 Received: from mail-qt0-f181.google.com ([209.85.216.181]:35332 "EHLO mail-qt0-f181.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751541AbdF1S2r (ORCPT ); Wed, 28 Jun 2017 14:28:47 -0400 Date: Wed, 28 Jun 2017 14:28:41 -0400 From: Tejun Heo To: Stephen Rothwell Cc: Linux-Next Mailing List , Linux Kernel Mailing List , Minwoo Im , Bart Van Assche Subject: Re: linux-next: build warning after merge of the libata tree Message-ID: <20170628182841.GA27503@htj.duckdns.org> References: <20170628155117.5bfbf545@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170628155117.5bfbf545@canb.auug.org.au> User-Agent: Mutt/1.8.3 (2017-05-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jun 28, 2017 at 03:51:17PM +1000, Stephen Rothwell wrote: > Hi Tejun, > > After merging the libata tree, today's linux-next build (arm > multi_v7_defconfig) produced this warning: > > drivers/ata/libata-scsi.c: In function 'ata_scsi_var_len_cdb_xlat': > drivers/ata/libata-scsi.c:4194:1: warning: label 'unspprt_sa' defined but not used [-Wunused-label] > unspprt_sa: > ^ > > Introduced by commit > > b1ffbf854e08 ("libata: Support for an ATA PASS-THROUGH(32) command.") Fixed up. Sorry about that. Thanks. -- tejun