From: Enrico Scholz Date: Mon, 9 Oct 2006 19:27:05 +0000 (-0300) Subject: V4L/DVB (4740): Fixed an if-block to avoid floating with debug-messages X-Git-Tag: v2.6.19-rc3~215^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=474ce78130ba37cb50e620c538ab3ffe6c582ba6;p=pandora-kernel.git 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 Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed