From: Sylwester Nawrocki Date: Wed, 23 Feb 2011 11:17:57 +0000 (-0300) Subject: [media] s5p-fimc: Use dynamic debug X-Git-Tag: v2.6.39-rc1~86^2~124 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e00469599b5841f5b02c436b9958073a0ad576c;p=pandora-kernel.git [media] s5p-fimc: Use dynamic debug Use pr_debug instead of printk so it is possible to control debug traces at runtime. E.g. to enable debug trace in file fimc-core.c use command: echo -n 'file fimc-core.c +p' > /sys/kernel/debug/dynamic_debug/control or echo -n 'file fimc-core.c -p' > /sys/kernel/debug/dynamic_debug/control to disable. Signed-off-by: Sylwester Nawrocki Signed-off-by: Kyungmin Park Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed