From: Matthias Schwarzott Date: Fri, 21 Dec 2007 11:58:09 +0000 (-0300) Subject: V4L/DVB (6874): removes duplicated KERN_DEBUG flags from dprintk calls in mt312.c X-Git-Tag: v2.6.25-rc1~1235^2~152 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b6a3342a645208feaab76332f1eee33e1688bd5;p=pandora-kernel.git 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 Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed