projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0791971
)
USB: ssu100: turn off debug flag
author
Bill Pemberton
<wfp5p@virginia.edu>
Wed, 25 Aug 2010 22:21:23 +0000
(18:21 -0400)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Sat, 4 Sep 2010 00:33:41 +0000
(17:33 -0700)
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
patch
|
blob
|
history
diff --git
a/drivers/usb/serial/ssu100.c
b/drivers/usb/serial/ssu100.c
index 68c18fdfc6da320978f9212325fd3f1ecf2ec64c..e986002b3844c07d24b292344258286434820d8b 100644
(file)
--- 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"