Skip to content

Commit

Permalink
[media] exynos4-is: Disable debug trace by default in fimc-isp.c
Browse files Browse the repository at this point in the history
Make sure the debug level is properly set initially so any debug
information is not printed to the kernel log without explicitly
enabling it.

Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Sylwester Nawrocki authored and Mauro Carvalho Chehab committed Apr 14, 2013
1 parent 03385b8 commit b54373c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/platform/exynos4-is/fimc-isp.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
#include "fimc-is-regs.h"
#include "fimc-is.h"

static int debug = 10;
static int debug;
module_param_named(debug_isp, debug, int, S_IRUGO | S_IWUSR);

static const struct fimc_fmt fimc_isp_formats[FIMC_ISP_NUM_FORMATS] = {
Expand Down

0 comments on commit b54373c

Please sign in to comment.