diff options
author | Bill Pemberton <wfp5p@virginia.edu> | 2010-08-25 18:21:23 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2010-09-03 17:33:41 -0700 |
commit | 3c35b002da0c749ec15cf25cfe58f06aa230ae9c (patch) | |
tree | 3c28661b6466ef18bd8e809aea0a71398d51a4a4 /drivers/usb | |
parent | 0791971ba8fbc44e4f476079f856335ed45e6324 (diff) |
USB: ssu100: turn off debug flag
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>
Diffstat (limited to 'drivers/usb')
-rw-r--r-- | drivers/usb/serial/ssu100.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/serial/ssu100.c b/drivers/usb/serial/ssu100.c index 68c18fdfc6da..e986002b3844 100644 --- 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" |