From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753966AbcBBIFA (ORCPT ); Tue, 2 Feb 2016 03:05:00 -0500 Received: from mga01.intel.com ([192.55.52.88]:16569 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753246AbcBBIE7 (ORCPT ); Tue, 2 Feb 2016 03:04:59 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,384,1449561600"; d="scan'208";a="903638343" Message-ID: <56B0647D.8040103@linux.intel.com> Date: Tue, 02 Feb 2016 10:10:37 +0200 From: Mathias Nyman User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.8.0 MIME-Version: 1.0 To: Sudip Mukherjee , Mathias Nyman , Greg Kroah-Hartman CC: linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org Subject: Re: [PATCH] usb: xhci: fix build warning References: <1454394654-3314-1-git-send-email-sudipm.mukherjee@gmail.com> In-Reply-To: <1454394654-3314-1-git-send-email-sudipm.mukherjee@gmail.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 02.02.2016 08:30, Sudip Mukherjee wrote: > We were getting build warning about: > > drivers/usb/host/xhci.c: In function ‘xhci_add_ep_to_interval_table’: > drivers/usb/host/xhci.c:2499:2: warning: enumeration value > ‘USB_SPEED_SUPER_PLUS’ not handled in switch > > Fix it by adding SuperSpeedPlus USB3.1 devices as the behaviour is same > as with USB_SPEED_SUPER SuperSpeed devices. > > Fixes: 8a1b2725a60d ("usb: define USB_SPEED_SUPER_PLUS speed for SuperSpeedPlus USB3.1 devices") > Cc: Mathias Nyman > Signed-off-by: Sudip Mukherjee The original series that added USB_SPEED_SUPER_PLUS to both core and xhci was only partly accepted. The core part was applied, the rest was asked to be resubmitted. Second part is still waiting to be applied. http://www.spinics.net/lists/linux-usb/msg135493.html -Mathias