USB: xHCI: handle_tx_event() refactor: process_ctrl_td
commit8af56be185a94e39c80ce90fc9f83f3058a3ce80
authorAndiry Xu <andiry.xu@amd.com>
Thu, 22 Jul 2010 22:23:03 +0000 (22 15:23 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 10 Aug 2010 21:35:41 +0000 (10 14:35 -0700)
tree9904122b745b067b10ce067d689ff52d9f3105d9
parent4422da61550b2fe5089c5cdc374ceea33e581773
USB: xHCI: handle_tx_event() refactor: process_ctrl_td

This patch moves the ctrl td processing part in handle_tx_event()
into a separate function process_ctrl_td().

Signed-off-by: Andiry Xu <andiry.xu@amd.com>
Signed-off-by: Sarah Sharp <sarah.a.sharp@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/host/xhci-ring.c