]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
USB: EHCI: store reason for unlinking a QH
authorAlan Stern <stern@rowland.harvard.edu>
Mon, 25 Jan 2016 20:42:04 +0000 (15:42 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 3 Feb 2016 21:14:52 +0000 (13:14 -0800)
commitfcc5184ec1521c7d85124421e593660c94e9a9fb
tree5bb751d65d74638fe8f7e99d2740c09d23824736
parent4f97f8f5f0664bdcfffe74e7d2a841f55a0e88e2
USB: EHCI: store reason for unlinking a QH

This patch replaces the "exception" bitflag in the ehci_qh structure
with a more explicit "unlink_reason" bitmask.  This is for use in the
following patch, where we will need to have a good idea of the
reason for unlinking a QH, not just "something exceptional happened".

Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
Tested-by: Michael Reutman <mreutman@epiqsolutions.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/ehci-hcd.c
drivers/usb/host/ehci-q.c
drivers/usb/host/ehci-sched.c
drivers/usb/host/ehci-timer.c
drivers/usb/host/ehci.h