]> git.karo-electronics.de Git - linux-beck.git/commit
usb: xhci: cleanup cmd_completion in xhci_virt_device
authorLu Baolu <baolu.lu@linux.intel.com>
Fri, 11 Nov 2016 13:13:29 +0000 (15:13 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 14 Nov 2016 09:18:22 +0000 (10:18 +0100)
commit228cfaea541824ac9bb0c83d957e8b34d631f58a
treed6de737c5161cf3bb0be0268c6ab35ecc3644a8f
parent5071e6b279178f7d25e1aebd23f49f686657a5fb
usb: xhci: cleanup cmd_completion in xhci_virt_device

cmd_completion in struct xhci_virt_device is legacy. With command
structure and command queue introduced in xhci, cmd_completion is
not used any more. This patch removes it.

Signed-off-by: Lu Baolu <baolu.lu@linux.intel.com>
Signed-off-by: Mathias Nyman <mathias.nyman@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/xhci-mem.c
drivers/usb/host/xhci.h