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>
This commit is contained in:
Bill Pemberton 2010-08-25 18:21:23 -04:00 committed by Greg Kroah-Hartman
parent 0791971ba8
commit 3c35b002da

View file

@ -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"