]> Git Repo - linux.git/commit
V4L/DVB (4740): Fixed an if-block to avoid floating with debug-messages
authorEnrico Scholz <[email protected]>
Mon, 9 Oct 2006 19:27:05 +0000 (16:27 -0300)
committerMauro Carvalho Chehab <[email protected]>
Sat, 14 Oct 2006 03:44:12 +0000 (00:44 -0300)
commit474ce78130ba37cb50e620c538ab3ffe6c582ba6
tree22a34c6525bcd33351eada65d1936c728d1fa842
parentfc2fa31f4eaa53995593ced14c73f2cf63dcfa17
V4L/DVB (4740): Fixed an if-block to avoid floating with debug-messages

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 <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
drivers/media/video/videodev.c
This page took 0.055087 seconds and 4 git commands to generate.