Explorar o código

video: driver: modifying log level

modifying log level from error to high
in power suspend API

Change-Id: I6df3572506fb8cc12b7b0eb60cb1fa8049eacf5e
Signed-off-by: Ashish Patil <[email protected]>
Ashish Patil %!s(int64=2) %!d(string=hai) anos
pai
achega
25b67cad8e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      driver/vidc/src/msm_vidc_driver.c

+ 1 - 1
driver/vidc/src/msm_vidc_driver.c

@@ -1143,7 +1143,7 @@ enum msm_vidc_allow msm_vidc_allow_pm_suspend(struct msm_vidc_core *core)
 
 	/* check if power is enabled */
 	if (!is_core_sub_state(core, CORE_SUBSTATE_POWER_ENABLE)) {
-		d_vpr_e("%s: Power already disabled\n", __func__);
+		d_vpr_h("%s: Power already disabled\n", __func__);
 		return MSM_VIDC_IGNORE;
 	}