Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b54373c5 authored by Sylwester Nawrocki's avatar Sylwester Nawrocki Committed by Mauro Carvalho Chehab
Browse files

[media] exynos4-is: Disable debug trace by default in fimc-isp.c



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: default avatarSylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: default avatarKyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 03385b8e
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -30,7 +30,7 @@
#include "fimc-is-regs.h"
#include "fimc-is-regs.h"
#include "fimc-is.h"
#include "fimc-is.h"


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


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