commit | 4422da61550b2fe5089c5cdc374ceea33e581773 | [log] [tgz] |
---|---|---|
author | Andiry Xu <andiry.xu@amd.com> | Thu Jul 22 15:22:55 2010 -0700 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Tue Aug 10 14:35:41 2010 -0700 |
tree | 66fc42663ff36fc2ab0e078f3cc36473983b45c7 | |
parent | b972302b0a13aaddc9e90da2b4b52722e5d0e776 [diff] |
USB: xHCI: handle_tx_event() refactor: finish_td This patch moves the td universal processing part in handle_tx_event() into a separate function finish_td(). if finish_td() returns 1, it indicates the urb can be given back. 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>