Procházet zdrojové kódy

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

Noise layer feature is not mandatory feature, if device tree entry is
missing or hardware doesn't support the feature print a info log instead
of error print. Change updates the driver to change print as info.

Change-Id: I73f82d9f0877bcc859096c9f86b722871574e736
Gopikrishnaiah Anandan před 4 roky
rodič
revize
ddda68fe06
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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;