diff options
author | Brandon Philips <bphilips@suse.de> | 2007-11-30 20:37:28 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-01-25 16:03:01 -0500 |
commit | 493977f016f2ff52fdca38d031c7211b4da658fd (patch) | |
tree | 9493a88c2e78fd5079f7ed0ff2ae43222ee4163a /drivers | |
parent | cc76466b310f61e71ac10778781fdbdb97d333fd (diff) |
V4L/DVB (6688): V4L: fix copy and paste error in dprintk for videobuf-vmalloc.c
Signed-off-by: Brandon Philips <bphilips@suse.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers')
-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 | /***************************************************************************/ |