Browse Source

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 3 years ago
parent
commit
7b4e5435a8
1 changed files with 1 additions and 1 deletions
  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"