]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/media/video/zr36016.c
V4L/DVB (8379): saa7127: Make device detection optional
[linux-2.6-omap-h63xx.git] / 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)");