From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756266AbcKCLgk (ORCPT ); Thu, 3 Nov 2016 07:36:40 -0400 Received: from mga01.intel.com ([192.55.52.88]:21186 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756598AbcKCLgi (ORCPT ); Thu, 3 Nov 2016 07:36:38 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,438,1473145200"; d="scan'208";a="897254171" Subject: Re: [PATCH 1/1] usb: xhci: cleanup cmd_completion in xhci_virt_device To: Sergei Shtylyov , Lu Baolu References: <1478155723-32073-1-git-send-email-baolu.lu@linux.intel.com> Cc: linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org From: Mathias Nyman Message-ID: <581B2155.7050206@linux.intel.com> Date: Thu, 3 Nov 2016 13:36:53 +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: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 -Mathias