xhci: Remove debugging about toggling cycle bits.
authorSarah Sharp <sarah.a.sharp@linux.intel.com>
Fri, 16 Dec 2011 01:30:45 +0000 (17:30 -0800)
committerSarah Sharp <sarah.a.sharp@linux.intel.com>
Thu, 22 Dec 2011 23:52:47 +0000 (15:52 -0800)
commitb0a465d86af4d1b0b8ce64a413f9b9e1cf5a557e
tree47abc3022239feb7f53c295d49f960d5a378500c
parent3d616f5af2a1cf7acce712993402b0ccbb2ff2cc
xhci: Remove debugging about toggling cycle bits.

The code for toggling the cycle bits when the ring wraps around has
worked for years.  The print statement alone is not enough to indicate
there's something wrong with that code.  Now that full transfer tracing
has been ripped out, the print statement or lack thereof won't help
without context of where the enqueue pointer is.

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