kernel/drivers/video/backlight/pwm_bl.c
.. .. @@ -74,7 +74,7 @@ 74 74 struct pwm_state state; 75 75 76 76 pwm_get_state(pb->pwm, &state); 77 - if (!pb->enabled)77 + if (!pb->enabled && !state.enabled)78 78 return; 79 79 80 80 if (pb->enable_gpio)