]> git.baikalelectronics.ru Git - kernel.git/commit
xhci: clean up event ring checks from inc_enq()
authorMathias Nyman <mathias.nyman@linux.intel.com>
Tue, 21 Jun 2016 07:58:03 +0000 (10:58 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 26 Jun 2016 18:43:39 +0000 (11:43 -0700)
commit8a33f41a10e5df4e5ce5bdd599889fce1fb9eb54
treee4ded22b2b8870964dc425b45297da314fb3f6a4
parent1597c949932bea548308f4319bccf7cdd78fc7cc
xhci: clean up event ring checks from inc_enq()

Remove the event ring related checks in inc_enq()

Host hardware is the producer of events on the event ring,
driver will not queue anything, or call inc_enq() for the
event ring.

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