1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

use broken-out patches for the coldfire to make it easier to follow differences against the bsp

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16547 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
kaloz
2009-06-23 21:04:37 +00:00
parent 145f9652a5
commit 343c185b7d
88 changed files with 66817 additions and 51065 deletions

View File

@@ -0,0 +1,22 @@
From d6cd1bb1f60f790f8a5d410cfe40bfb344dde09b Mon Sep 17 00:00:00 2001
From: Bruce Schmid <duck@freescale.com>
Date: Thu, 6 Dec 2007 17:22:23 -0700
Subject: [PATCH] USB: gadget: turn off DEBUG
LTIBName: m5445x-usb-disable-debug
Signed-off-by: Duck <duck@freescale.com>
---
drivers/usb/gadget/mcf5445x_udc.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
--- a/drivers/usb/gadget/mcf5445x_udc.c
+++ b/drivers/usb/gadget/mcf5445x_udc.c
@@ -34,7 +34,7 @@
*
*/
-#define DEBUG
+#undef DEBUG
#undef VERBOSE
#include <linux/module.h>