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

This commit is contained in:
qctecmdr
2022-03-15 22:42:35 -07:00
zatwierdzone przez Gerrit - the friendly Code Review server

Wyświetl plik

@@ -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;
}