summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/bt856.c
diff options
context:
space:
mode:
Diffstat (limited to 'linux/drivers/media/video/bt856.c')
-rw-r--r--linux/drivers/media/video/bt856.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/video/bt856.c b/linux/drivers/media/video/bt856.c
index 9c1d3d145..7abfad9a4 100644
--- a/linux/drivers/media/video/bt856.c
+++ b/linux/drivers/media/video/bt856.c
@@ -57,7 +57,7 @@ MODULE_LICENSE("GPL");
#define I2C_NAME(s) (s)->name
-static int debug = 0;
+static int debug;
module_param(debug, int, 0);
MODULE_PARM_DESC(debug, "Debug level (0-1)");