]> git.ipfire.org Git - people/arne_f/kernel.git/commit
xhci: cleanup and refactor process_bulk_intr_td()
authorMathias Nyman <mathias.nyman@linux.intel.com>
Fri, 11 Nov 2016 13:13:17 +0000 (15:13 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 14 Nov 2016 09:18:21 +0000 (10:18 +0100)
commit30a65b45bfb1a978f5576eeb8280d332c0aada74
tree157ca46e5ff5ab831adb7bf6023f50b4101bc581
parent0b6c324c8b6097b482decff8183f67c9a8a6e2a3
xhci: cleanup and refactor process_bulk_intr_td()

mostly refactoring, but does also change error message if
we get a bad length in the event trb.

Adds a helper function to sum trb lengths of partial TDs

Signed-off-by: Mathias Nyman <mathias.nyman@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/xhci-ring.c