usb: musb: drop unneeded musb_debug trickery
authorFelipe Balbi <balbi@ti.com>
Wed, 11 May 2011 09:44:08 +0000 (12:44 +0300)
committerFelipe Balbi <balbi@ti.com>
Fri, 13 May 2011 11:34:04 +0000 (14:34 +0300)
We have a generic way of enabling/disabling
different debug messages on a driver called
DYNAMIC_PRINTK. Anyone interested in enabling
just part of the debug messages, please read
the documentation under:

Documentation/dynamic-debug-howto.txt

for information on how to use that great
infrastructure.

Signed-off-by: Felipe Balbi <balbi@ti.com>

No differences found