]> git.baikalelectronics.ru Git - kernel.git/commit
xhci: STFU: Don't print event ring dequeue pointer.
authorSarah Sharp <sarah.a.sharp@linux.intel.com>
Tue, 5 Apr 2011 20:33:56 +0000 (13:33 -0700)
committerSarah Sharp <sarah.a.sharp@linux.intel.com>
Wed, 25 May 2011 23:01:51 +0000 (16:01 -0700)
commit885ff3fc4d6cf57a5717e668685ce928d0b8be63
tree36715b8547fe662d84919c9d145623ffae9116be
parenta10f3bffcd996c5771fb7c6ee74cae13a22bdd51
xhci: STFU: Don't print event ring dequeue pointer.

Stop printing out the event ring dequeue pointer and status register in
the operational register set.  The host will report an OK status 99% of
the time the interrupt handler is called, and usually when it's really
hosed, a host controller won't even call the interrupt handler.  So the
line is really useless.

Signed-off-by: Sarah Sharp <sarah.a.sharp@linux.intel.com>
drivers/usb/host/xhci-ring.c