xhci: Remove debugging about ring structure allocation.
authorSarah Sharp <sarah.a.sharp@linux.intel.com>
Thu, 1 Dec 2011 22:41:46 +0000 (14:41 -0800)
committerSarah Sharp <sarah.a.sharp@linux.intel.com>
Thu, 22 Dec 2011 23:52:48 +0000 (15:52 -0800)
commit1ba6108f5fc02f04784e7206ed08d10805035507
treef963acfc1fd2970a1f0a1e4433df4f391685388e
parentb0a465d86af4d1b0b8ce64a413f9b9e1cf5a557e
xhci: Remove debugging about ring structure allocation.

Debuggers only really care what the xHCI driver sets the ring dequeue
pointer to, so make the driver stop babbling about the memory addresses
of internal ring structures.  This makes wading through the output of
allocating and freeing 256 stream rings much easier by reducing the
number of output lines per ring from 9 to 1.

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