camera: rockchip: camsys driver disable debug
authorXu Jianqun <jay.xu@rock-chips.com>
Thu, 4 May 2017 07:09:06 +0000 (15:09 +0800)
committerHuang, Tao <huangtao@rock-chips.com>
Fri, 5 May 2017 09:37:43 +0000 (17:37 +0800)
Change-Id: I1a4b3d1ab0e96bbc4ff482b8f3a3f8aa98b4529d
Signed-off-by: Xu Jianqun <jay.xu@rock-chips.com>
drivers/media/video/rk_camsys/camsys_drv.c

index e0df6bf7b04fd934e2c4a3552786ea76237bd5ab..11d77f54b86ed39fda5ac57f52463c09d461e01b 100755 (executable)
@@ -7,7 +7,7 @@
 #include "camsys_soc_priv.h"
 #include "ext_flashled_drv/rk_ext_fshled_ctl.h"
 
-unsigned int camsys_debug = 1;
+unsigned int camsys_debug = 0;
 module_param(camsys_debug, int, S_IRUGO|S_IWUSR);
 static int drv_version = CAMSYS_DRIVER_VERSION;
 module_param(drv_version, int, S_IRUGO);