Skip to content

Commit 241b79b

Browse files
Xin Gaomartinkpetersen
authored andcommitted
scsi: ch: Do not initialise statics to 0
Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Xin Gao <[email protected]> Signed-off-by: Martin K. Petersen <[email protected]>
1 parent aaa26e3 commit 241b79b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/scsi/ch.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ static int verbose = 1;
6363
module_param(verbose, int, 0644);
6464
MODULE_PARM_DESC(verbose,"be verbose (default: on)");
6565

66-
static int debug = 0;
66+
static int debug;
6767
module_param(debug, int, 0644);
6868
MODULE_PARM_DESC(debug,"enable/disable debug messages, also prints more "
6969
"detailed sense codes on scsi errors (default: off)");

0 commit comments

Comments
 (0)