From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934005AbcKDAeG (ORCPT ); Thu, 3 Nov 2016 20:34:06 -0400 Received: from mga14.intel.com ([192.55.52.115]:26616 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933428AbcKDAdy (ORCPT ); Thu, 3 Nov 2016 20:33:54 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,589,1473145200"; d="scan'208";a="27574056" Subject: Re: [PATCH 1/1] usb: xhci: cleanup cmd_completion in xhci_virt_device To: Mathias Nyman , Sergei Shtylyov References: <1478155723-32073-1-git-send-email-baolu.lu@linux.intel.com> <581B2155.7050206@linux.intel.com> Cc: linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org From: Lu Baolu Message-ID: <581BD771.8000006@linux.intel.com> Date: Fri, 4 Nov 2016 08:33:53 +0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 In-Reply-To: <581B2155.7050206@linux.intel.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, On 11/03/2016 07:36 PM, Mathias Nyman wrote: > On 03.11.2016 12:22, Sergei Shtylyov wrote: >> On 11/3/2016 9:48 AM, Lu Baolu wrote: >> >>> cmd_completion in struct xhci_virt_device is legacy. With command >>> strutcture and command queue introduced in xhci, cmd_completion is >> >> Structure. >> > > I'll fix that while applying the patch, no need to resend Thank you. Best regards, Lu Baolu > > -Mathias > >