aboutsummaryrefslogtreecommitdiffstats
path: root/usb.current/usb-ssu100-turn-off-debug-flag.patch
diff options
authorGreg Kroah-Hartman <gregkh@suse.de>2010-09-07 17:33:15 -0700
committerGreg Kroah-Hartman <gregkh@suse.de>2010-09-07 17:33:15 -0700
commit60235e074196a072b9c7d25fd07c380df42cb20c (patch)
treeac6d265626dd13398187f928464ba3d4878ef96a /usb.current/usb-ssu100-turn-off-debug-flag.patch
parentfc53d51589bb1bfe9933fbb7de390c410c0ed927 (diff)
downloadpatches-60235e074196a072b9c7d25fd07c380df42cb20c.tar.gz
remove patches now in Linus's tree
Diffstat (limited to 'usb.current/usb-ssu100-turn-off-debug-flag.patch')
-rw-r--r--usb.current/usb-ssu100-turn-off-debug-flag.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/usb.current/usb-ssu100-turn-off-debug-flag.patch b/usb.current/usb-ssu100-turn-off-debug-flag.patch
deleted file mode 100644
index 64aea33b845cf6..00000000000000
--- a/usb.current/usb-ssu100-turn-off-debug-flag.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From wfp5p@viridian.itc.virginia.edu Wed Sep 1 13:03:28 2010
-From: Bill Pemberton <wfp5p@virginia.edu>
-To: greg@kroah.com
-Subject: USB: ssu100: turn off debug flag
-Date: Wed, 25 Aug 2010 18:21:23 -0400
-Message-Id: <1282774883-26018-1-git-send-email-wfp5p@virginia.edu>
-
-Remove the hard coding of the debug flag to 1.
-
-Signed-off-by: Bill Pemberton <wfp5p@virginia.edu>
-Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
-
----
- drivers/usb/serial/ssu100.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
---- a/drivers/usb/serial/ssu100.c
-+++ b/drivers/usb/serial/ssu100.c
-@@ -46,7 +46,7 @@
- #define FULLPWRBIT 0x00000080
- #define NEXT_BOARD_POWER_BIT 0x00000004
-
--static int debug = 1;
-+static int debug;
-
- /* Version Information */
- #define DRIVER_VERSION "v0.1"