From: David Brownell Date: Mon, 2 Jul 2007 00:35:28 +0000 (-0700) Subject: USB: usb gadget stack can now -DDEBUG with Kconfig X-Git-Tag: v2.6.23-rc1~1083^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70790f6339a868e2a0d643f44899418f64a95943;p=pandora-kernel.git USB: usb gadget stack can now -DDEBUG with Kconfig Although the other USB driver directories got taught how use Kconfig and the Makefile to enable the debugging messages enabled by -DDEBUG, the gadget stack was overlooked. This patch remedies that omission, but doesn't update any drivers to remove previous idiosyncracies in this area ... other than the RNDIS code, which defined its own DEBUG() macro in a broken way. Signed-off-by: David Brownell Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed