Files
linux/drivers
Mathias Nyman d97b4f8d69 xhci: don't use the same variable for stopped and halted rings current TD
Endpoints halted on errors, and endpoints stopped manually both used
the same ep->stopped_td to store the halted or stopped td. this causes
confusion and possible races.

There is no longer a need to use the ep->stopped_td variable to store
the halted TD. A halted endpoint is handled immediately and we can pass
it to the handling function directly.

Signed-off-by: Mathias Nyman <mathias.nyman@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2014-12-02 16:14:29 -08:00
..
2014-11-23 14:29:44 -05:00
2014-11-17 11:25:29 -08:00
2014-09-22 16:48:47 +09:00
2014-11-30 19:21:03 -08:00
2014-11-22 13:58:39 +05:30