Browse Source

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

qctecmdr 4 năm trước cách đây
mục cha
commit
33b4fc3e8d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;