]> err.no Git - linux-2.6/blobdiff - drivers/media/video/zr36016.c
Merge branch 'davem-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik...
[linux-2.6] / drivers / media / video / zr36016.c
index dd084555da8f8f19c20cfb59455b62b0aefb4579..00d132bcd1e4fecb64860d9d165a61eedc547b29 100644 (file)
 #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)");