Skip to content

Commit

Permalink
USB: ssu100: turn off debug flag
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Bill Pemberton authored and Greg Kroah-Hartman committed Sep 4, 2010
1 parent 0791971 commit 3c35b00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/usb/serial/ssu100.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 3c35b00

Please sign in to comment.