From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753319AbdJaM71 (ORCPT ); Tue, 31 Oct 2017 08:59:27 -0400 Received: from mga01.intel.com ([192.55.52.88]:56389 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751050AbdJaM70 (ORCPT ); Tue, 31 Oct 2017 08:59:26 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.44,324,1505804400"; d="scan'208";a="1212353695" Subject: Re: [PATCH v2 0/4] usb: xhci: fix build warnings To: Corentin Labbe , mathias.nyman@intel.com, gregkh@linuxfoundation.org References: <1509014785-39823-1-git-send-email-clabbe@baylibre.com> Cc: linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org From: Mathias Nyman Message-ID: <59F874A0.6010700@linux.intel.com> Date: Tue, 31 Oct 2017 15:03:28 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.8.0 MIME-Version: 1.0 In-Reply-To: <1509014785-39823-1-git-send-email-clabbe@baylibre.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 26.10.2017 13:46, Corentin Labbe wrote: > Hello > > This patchset fix some build warnings on usb/xhci. > > Regards > > Changes since v1: > - Changed subject of patch > > Corentin Labbe (4): > usb: xhci: remove unused variable last_freed_endpoint > usb: xhci: remove unused variable ep > usb: xhci: remove unused variable urb_priv > usb: xhci: remove unused variable ep_ring > > drivers/usb/host/xhci-ring.c | 4 ---- > drivers/usb/host/xhci.c | 5 ----- > 2 files changed, 9 deletions(-) > Thanks, adding to queue. Did some minor modification to commit messages to avoid long lines -Mathias