diff options
Diffstat (limited to 'linux/drivers/media/video/zr36016.c')
-rw-r--r-- | linux/drivers/media/video/zr36016.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/linux/drivers/media/video/zr36016.c b/linux/drivers/media/video/zr36016.c index 587ca3fd4..693a648e9 100644 --- a/linux/drivers/media/video/zr36016.c +++ b/linux/drivers/media/video/zr36016.c @@ -56,11 +56,10 @@ #define MAX_CODECS 20 /* amount of chips attached via this driver */ -static int zr36016_codecs = 0; +static int zr36016_codecs; /* debugging is available via module parameter */ - -static int debug = 0; +static int debug; module_param(debug, int, 0); MODULE_PARM_DESC(debug, "Debug level (0-4)"); |