commit | 5c8a86e10a7c164f44537fabdc169fd8b4e7a440 | [log] [tgz] |
---|---|---|
author | Felipe Balbi <balbi@ti.com> | Wed May 11 12:44:08 2011 +0300 |
committer | Felipe Balbi <balbi@ti.com> | Fri May 13 14:34:04 2011 +0300 |
tree | 96fe3eb08b9ae01f62e45b725049d3f2aa6b7bba | |
parent | a0885924326f79e157847010a9aaf49b058b30dc [diff] |
usb: musb: drop unneeded musb_debug trickery 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>