aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial
diff options
context:
space:
mode:
authorBill Pemberton <wfp5p@virginia.edu>2010-08-25 18:21:23 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2010-09-03 17:33:41 -0700
commit3c35b002da0c749ec15cf25cfe58f06aa230ae9c (patch)
tree3c28661b6466ef18bd8e809aea0a71398d51a4a4 /drivers/usb/serial
parentusb: allow drivers to use allocated bandwidth until unbound (diff)
downloadlinux-dev-3c35b002da0c749ec15cf25cfe58f06aa230ae9c.tar.xz
linux-dev-3c35b002da0c749ec15cf25cfe58f06aa230ae9c.zip
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/serial')
-rw-r--r--drivers/usb/serial/ssu100.c2
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"