Merge "disp: msm: dsi: do not enable PWM when setting bl to 0"

This commit is contained in:
qctecmdr
2020-09-09 18:55:27 -07:00
committed by Gerrit - the friendly Code Review server

View File

@@ -573,7 +573,7 @@ static int dsi_panel_update_pwm_backlight(struct dsi_panel *panel,
return 0;
}
if (!bl->pwm_enabled) {
if (bl_lvl != 0 && !bl->pwm_enabled) {
rc = pwm_enable(bl->pwm_bl);
if (rc) {
DSI_ERR("[%s] failed to enable pwm, rc=\n", panel->name,