From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752043AbdJZGwA (ORCPT ); Thu, 26 Oct 2017 02:52:00 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:32898 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751821AbdJZGv6 (ORCPT ); Thu, 26 Oct 2017 02:51:58 -0400 Date: Thu, 26 Oct 2017 08:52:06 +0200 From: Greg KH To: Corentin Labbe Cc: mathias.nyman@intel.com, linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/4] usb: xhci: Fix build warning Message-ID: <20171026065206.GA23678@kroah.com> References: <1508956349-19224-1-git-send-email-clabbe@baylibre.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1508956349-19224-1-git-send-email-clabbe@baylibre.com> 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 Wed, Oct 25, 2017 at 06:32:26PM +0000, Corentin Labbe wrote: > This patch fix the following build warnings: > drivers/usb/host/xhci.c:3378:6: warning: variable 'last_freed_endpoint' set but not used [-Wunused-but-set-variable] > > Signed-off-by: Corentin Labbe > --- > drivers/usb/host/xhci.c | 3 --- > 1 file changed, 3 deletions(-) You sent 4 patches with the same identical subject line, yet they do different things. That's not acceptable at all, sorry... greg k-h