瀏覽代碼

Merge "disp: msm: sde: change noise layer device tree log into info"

qctecmdr 4 年之前
父節點
當前提交
33b4fc3e8d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      msm/sde/sde_hw_catalog.c

+ 1 - 1
msm/sde/sde_hw_catalog.c

@@ -2891,7 +2891,7 @@ static int _sde_lm_noise_parse_dt(struct device_node *np,
 
 	if (!props->exists[NOISE_LAYER_OFF] ||
 		!props->exists[NOISE_LAYER_VERSION]) {
-		SDE_ERROR("noise: prop doesnt exist %d %d\n",
+		SDE_INFO("noise: prop doesnt exist %d %d\n",
 			props->exists[NOISE_LAYER_OFF],
 			props->exists[NOISE_LAYER_VERSION]);
 		goto exit;