USB: xHCI: adds new cases to trb_comp_code switch
authorAndiry Xu <andiry.xu@amd.com>
Thu, 22 Jul 2010 22:23:20 +0000 (15:23 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 10 Aug 2010 21:35:41 +0000 (14:35 -0700)
commit986a92d44810cad915279fdc942e2fd2c2857499
tree25acf06086d9c57048eabdc089a408d5decdd8e9
parent7fec3253edeb62ab7fc1a82d246196e72e9afdac
USB: xHCI: adds new cases to trb_comp_code switch

This patch adds new cases to trb_comp_code switch, and moves
the switch judgment ahead of fetching 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