diff options
| author | Greg Kroah-Hartman <gregkh@suse.de> | 2010-09-01 13:24:40 -0700 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@suse.de> | 2010-09-01 13:24:40 -0700 |
| commit | 9c19ffe7b6129ad4babb0762c3b342d02679b9ce (patch) | |
| tree | fabf5ca6c5a1001150ed360aaa33855f49397bc7 /usb.current/usb-ssu100-turn-off-debug-flag.patch | |
| parent | 8a26eb4b4e0e04efc8676c3317d997e175851e33 (diff) | |
| download | patches-9c19ffe7b6129ad4babb0762c3b342d02679b9ce.tar.gz | |
lots more
Diffstat (limited to 'usb.current/usb-ssu100-turn-off-debug-flag.patch')
| -rw-r--r-- | usb.current/usb-ssu100-turn-off-debug-flag.patch | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/usb.current/usb-ssu100-turn-off-debug-flag.patch b/usb.current/usb-ssu100-turn-off-debug-flag.patch new file mode 100644 index 00000000000000..64aea33b845cf6 --- /dev/null +++ b/usb.current/usb-ssu100-turn-off-debug-flag.patch @@ -0,0 +1,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" |
