summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/vpx3220.c
diff options
context:
space:
mode:
Diffstat (limited to 'linux/drivers/media/video/vpx3220.c')
-rw-r--r--linux/drivers/media/video/vpx3220.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/video/vpx3220.c b/linux/drivers/media/video/vpx3220.c
index 01f83d285..8a2dca0bb 100644
--- a/linux/drivers/media/video/vpx3220.c
+++ b/linux/drivers/media/video/vpx3220.c
@@ -41,7 +41,7 @@
#define I2C_VPX3220 0x86
#define VPX3220_DEBUG KERN_DEBUG "vpx3220: "
-static int debug = 0;
+static int debug;
module_param(debug, int, 0);
MODULE_PARM_DESC(debug, "Debug level (0-1)");