Re: [PATCH 1/1] usb: xhci: cleanup cmd_completion in xhci_virt_device

From: Mathias Nyman
Date: Thu Nov 03 2016 - 07:35:38 EST


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 <baolu.lu@xxxxxxxxxxxxxxx>
---
drivers/usb/host/xhci-mem.c | 1 -
drivers/usb/host/xhci.h | 1 -
2 files changed, 2 deletions(-)


Thanks, I'll apply it.

-Mathias