diff options
Diffstat (limited to 'drivers/media/video/videobuf-vmalloc.c')
-rw-r--r-- | drivers/media/video/videobuf-vmalloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/videobuf-vmalloc.c b/drivers/media/video/videobuf-vmalloc.c index e01259438bb2..9b3898347ca5 100644 --- a/drivers/media/video/videobuf-vmalloc.c +++ b/drivers/media/video/videobuf-vmalloc.c | |||
@@ -41,7 +41,7 @@ MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@infradead.org>"); | |||
41 | MODULE_LICENSE("GPL"); | 41 | MODULE_LICENSE("GPL"); |
42 | 42 | ||
43 | #define dprintk(level, fmt, arg...) if (debug >= level) \ | 43 | #define dprintk(level, fmt, arg...) if (debug >= level) \ |
44 | printk(KERN_DEBUG "vbuf-sg: " fmt , ## arg) | 44 | printk(KERN_DEBUG "vbuf-vmalloc: " fmt , ## arg) |
45 | 45 | ||
46 | 46 | ||
47 | /***************************************************************************/ | 47 | /***************************************************************************/ |