提交 3c35b002 编写于 作者: B Bill Pemberton 提交者: Greg Kroah-Hartman

USB: ssu100: turn off debug flag

Remove the hard coding of the debug flag to 1.
Signed-off-by: NBill Pemberton <wfp5p@virginia.edu>
Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
上级 0791971b
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
#define FULLPWRBIT 0x00000080 #define FULLPWRBIT 0x00000080
#define NEXT_BOARD_POWER_BIT 0x00000004 #define NEXT_BOARD_POWER_BIT 0x00000004
static int debug = 1; static int debug;
/* Version Information */ /* Version Information */
#define DRIVER_VERSION "v0.1" #define DRIVER_VERSION "v0.1"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册