Explorar o código

mmrm: Enable throttling feature by default

Enable throttling feature by default.

Change-Id: Ic72d7b8d7df9899d65ad7ced7a4f21b82cf8c31c
Signed-off-by: Mahesh Kumar Sharma <[email protected]>
Mahesh Kumar Sharma %!s(int64=3) %!d(string=hai) anos
pai
achega
053e1464ea
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      driver/src/mmrm_debug.c

+ 1 - 1
driver/src/mmrm_debug.c

@@ -8,7 +8,7 @@
 #include "mmrm_debug.h"
 
 int msm_mmrm_debug = MMRM_ERR | MMRM_WARN | MMRM_PRINTK;
-u8 msm_mmrm_enable_throttle_feature = 0;
+u8 msm_mmrm_enable_throttle_feature = 1;
 u8 msm_mmrm_allow_multiple_register = 0;