From: Sarah Sharp Date: Thu, 1 Dec 2011 22:41:46 +0000 (-0800) Subject: xhci: Remove debugging about ring structure allocation. X-Git-Tag: v3.3-rc1~153^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ba6108f5fc02f04784e7206ed08d10805035507;p=pandora-kernel.git 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 --- Reading git-diff-tree failed