From: Trent Piepho Date: Wed, 7 Mar 2007 21:19:48 +0000 (-0300) Subject: V4L/DVB (5391): Saa7134: Clean up printk()s X-Git-Tag: v2.6.22-rc1~1118^2~123 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf3c34c87f921c5c63d47285c9860345cdaf5170;p=pandora-kernel.git V4L/DVB (5391): Saa7134: Clean up printk()s Change some debug messages from printk() to dprintk(). Add KERN_WARNING and KERN_ERR level indicators to other printk()s that lacked them. Format printk lines with consistent ("%s/dvb: ", dev->name) prefix. Fixed dprintk macro, which had an if with no else that wasn't protected with a do {} while(0) block. That leads to "if(...) dprintk(); else" not doing what one would expect. Signed-off-by: Trent Piepho Acked-by: Hartmut Hackmann Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed