commit | 1ba6108f5fc02f04784e7206ed08d10805035507 | [log] [tgz] |
---|---|---|
author | Sarah Sharp <sarah.a.sharp@linux.intel.com> | Thu Dec 01 14:41:46 2011 -0800 |
committer | Sarah Sharp <sarah.a.sharp@linux.intel.com> | Thu Dec 22 15:52:48 2011 -0800 |
tree | f963acfc1fd2970a1f0a1e4433df4f391685388e | |
parent | b0a465d86af4d1b0b8ce64a413f9b9e1cf5a557e [diff] |
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>