Explorar el Código

Merge "disp: msm: dsi: mitigate errors on non-parsed regulator nodes"

qctecmdr hace 3 años
padre
commit
6ddda369b3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      msm/dsi/dsi_pwr.c

+ 1 - 1
msm/dsi/dsi_pwr.c

@@ -443,7 +443,7 @@ int dsi_pwr_panel_regulator_mode_set(struct dsi_regulator_info *regs,
 	}
 
 	if (i >= regs->count) {
-		DSI_ERR("Regulator %s was not found\n", reg_name);
+		DSI_DEBUG("Regulator %s was not found\n", reg_name);
 		return -EINVAL;
 	}