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

This patch moves the bulk and interrupt td processing part in
handle_tx_event() into a separate function process_bulk_intr_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