commit | 0b6a3342a645208feaab76332f1eee33e1688bd5 | [log] [tgz] |
---|---|---|
author | Matthias Schwarzott <zzam@gentoo.org> | Fri Dec 21 08:58:09 2007 -0300 |
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | Fri Jan 25 19:04:09 2008 -0200 |
tree | 2d6b0690f9c44e0e6f0a2c94ad88bded9551979b | |
parent | 89f6475857b89e956a8bcfef64944409ce4173b4 [diff] |
V4L/DVB (6874): removes duplicated KERN_DEBUG flags from dprintk calls in mt312.c 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>