Преглед изворни кода

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

qctecmdr пре 3 година
родитељ
комит
6ddda369b3
1 измењених фајлова са 1 додато и 1 уклоњено
  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;
 	}