]> git.karo-electronics.de Git - linux-beck.git/commit
V4L/DVB (6874): removes duplicated KERN_DEBUG flags from dprintk calls in mt312.c
authorMatthias Schwarzott <zzam@gentoo.org>
Fri, 21 Dec 2007 11:58:09 +0000 (08:58 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Fri, 25 Jan 2008 21:04:09 +0000 (19:04 -0200)
commit0b6a3342a645208feaab76332f1eee33e1688bd5
tree2d6b0690f9c44e0e6f0a2c94ad88bded9551979b
parent89f6475857b89e956a8bcfef64944409ce4173b4
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>
drivers/media/dvb/frontends/mt312.c