USB: xhci: Return -EPROTO on a split transaction error.
authorSarah Sharp <sarah.a.sharp@linux.intel.com>
Wed, 11 Nov 2009 18:28:36 +0000 (10:28 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 11 Dec 2009 19:55:23 +0000 (11:55 -0800)
commitec74e4035a660013379882ec243de98dd6717b61
tree762fa327d846fbbe181fbd0af0e0077774d46182
parent04dd950d92f41155ed0cdf39b6bfbeea22eadb34
USB: xhci: Return -EPROTO on a split transaction error.

When the xHCI hardware says a transfer completed with a split
transaction error, set the URB status to -EPROTO.

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