]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/media/video/tea6415c.c
lockd: Specify address family for source address
[linux-2.6-omap-h63xx.git] / drivers / media / video / tea6415c.c
index 9513d8611e8781431db6306fb5a2c8645df19817..421c1445e96cd5210ceddb22d2156b474292aa70 100644 (file)
@@ -36,6 +36,7 @@
 static int debug;              /* insmod parameter */
 module_param(debug, int, 0644);
 MODULE_PARM_DESC(debug, "Turn on/off device debugging (default:off).");
+
 #define dprintk(args...) \
            do { if (debug) { printk("%s: %s()[%d]: ", KBUILD_MODNAME, __func__, __LINE__); printk(args); } } while (0)