git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
89f6475
)
V4L/DVB (6874): removes duplicated KERN_DEBUG flags from dprintk calls in mt312.c
author
Matthias Schwarzott
<zzam@gentoo.org>
Fri, 21 Dec 2007 11:58:09 +0000
(08:58 -0300)
committer
Mauro Carvalho Chehab
<mchehab@infradead.org>
Fri, 25 Jan 2008 21:04:09 +0000
(19:04 -0200)
do { \
if (debug) printk(KERN_DEBUG "mt312: " args); \
} while (0)
So no caller need to specify KERN_DEBUG.
Signed-off-by: Matthias Schwarzott <zzam@gentoo.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
No differences found