V4L/DVB (6688): V4L: fix copy and paste error in dprintk for videobuf-vmalloc.c
authorBrandon Philips <bphilips@suse.de>
Sat, 1 Dec 2007 01:37:28 +0000 (22:37 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Fri, 25 Jan 2008 21:03:01 +0000 (19:03 -0200)
Signed-off-by: Brandon Philips <bphilips@suse.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
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)
 
 
 /***************************************************************************/