Sfoglia il codice sorgente

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 3 anni fa
parent
commit
053e1464ea
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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;