Skip to content

Commit

Permalink
USB: remove DEBUG definition from dummy_hcd
Browse files Browse the repository at this point in the history
This patch (as958) removes an unneeded and unwanted #define line from
dummy_hcd.

Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Alan Stern authored and Greg Kroah-Hartman committed Aug 22, 2007
1 parent 1207cf8 commit 0bd307e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/usb/gadget/dummy_hcd.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@
* bypassing some hardware (and driver) issues. UML could help too.
*/

#define DEBUG

#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/delay.h>
Expand Down

0 comments on commit 0bd307e

Please sign in to comment.