Explorar el Código

msm: camera: cpas: Disable cpas dump logging

Disable default enable of cpas dump.

CRs-Fixed: 3065551
Change-Id: I4a742875cc7c8d3ee4537157fbfb79cab6276ad0
Signed-off-by: Mukund Madhusudan Atre <[email protected]>
Mukund Madhusudan Atre hace 3 años
padre
commit
7b4e5435a8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      drivers/cam_cpas/cam_cpas_soc.c

+ 1 - 1
drivers/cam_cpas/cam_cpas_soc.c

@@ -19,7 +19,7 @@
 #include "cam_cpas_soc.h"
 #include "cam_compat.h"
 
-static uint cpas_dump = 1;
+static uint cpas_dump;
 module_param(cpas_dump, uint, 0644);
 
 #define CAM_ICP_CLK_NAME "cam_icp_clk"