]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/media/video/videobuf-vmalloc.c
V4L/DVB (6885): Add support for the Hauppauge HVR1500Q
[linux-2.6-omap-h63xx.git] / drivers / media / video / videobuf-vmalloc.c
index e01259438bb2755bd8bf284554675145282086aa..9b3898347ca54a70e8d016ab428f85526a013285 100644 (file)
@@ -41,7 +41,7 @@ MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@infradead.org>");
 MODULE_LICENSE("GPL");
 
 #define dprintk(level, fmt, arg...)    if (debug >= level) \
-       printk(KERN_DEBUG "vbuf-sg: " fmt , ## arg)
+       printk(KERN_DEBUG "vbuf-vmalloc: " fmt , ## arg)
 
 
 /***************************************************************************/