git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc2fa31
)
V4L/DVB (4740): Fixed an if-block to avoid floating with debug-messages
author
Enrico Scholz
<enrico.scholz@informatik.tu-chemnitz.de>
Mon, 9 Oct 2006 19:27:05 +0000
(16:27 -0300)
committer
Mauro Carvalho Chehab
<mchehab@infradead.org>
Sat, 14 Oct 2006 03:44:12 +0000
(
00:44
-0300)
The dbgarg() macro in videodev.c contains some printk() statements
where only the first one is influenced by an if-statement. This causes
floating with debug-messages which is fixed by this patch by adding a
'{ ... }' pair.
Signed-off-by: Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
No differences found