From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757360AbcKCLfg (ORCPT ); Thu, 3 Nov 2016 07:35:36 -0400 Received: from mga02.intel.com ([134.134.136.20]:10809 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756281AbcKCLff (ORCPT ); Thu, 3 Nov 2016 07:35:35 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,438,1473145200"; d="scan'208";a="897253992" Subject: Re: [PATCH 1/1] usb: xhci: cleanup cmd_completion in xhci_virt_device To: 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: <581B2121.80500@linux.intel.com> Date: Thu, 3 Nov 2016 13:36:01 +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: <1478155723-32073-1-git-send-email-baolu.lu@linux.intel.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 03.11.2016 08:48, Lu Baolu wrote: > cmd_completion in struct xhci_virt_device is legacy. With command > strutcture and command queue introduced in xhci, cmd_completion is > not used any more. This patch removes it. > > Signed-off-by: Lu Baolu > --- > drivers/usb/host/xhci-mem.c | 1 - > drivers/usb/host/xhci.h | 1 - > 2 files changed, 2 deletions(-) > Thanks, I'll apply it. -Mathias