aboutsummaryrefslogtreecommitdiffstats
path: root/usb.current/usb-ssu100-turn-off-debug-flag.patch
blob: 64aea33b845cf6ccf26b82c5167e06cab76fe3c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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"