diff options
author | Trent Piepho <xyzzy@speakeasy.org> | 2007-03-07 16:19:48 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-04-27 14:44:18 -0400 |
commit | cf3c34c87f921c5c63d47285c9860345cdaf5170 (patch) | |
tree | 72d9e78f4b8ece7c3efd87ffdc32dc8466aada83 /drivers/media/video/tea6415c.c | |
parent | 3b35b4b38049356b1e0b8e64ee27d1aca606b766 (diff) |
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 <xyzzy@speakeasy.org>
Acked-by: Hartmut Hackmann <hartmut.hackmann@t-online.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/tea6415c.c')
0 files changed, 0 insertions, 0 deletions