diff options
| -rw-r--r-- | drivers/video/backlight/pwm_bl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/backlight/pwm_bl.c b/drivers/video/backlight/pwm_bl.c index 299533491a95..368232af78d2 100644 --- a/drivers/video/backlight/pwm_bl.c +++ b/drivers/video/backlight/pwm_bl.c | |||
| @@ -45,7 +45,7 @@ struct pwm_bl_data { | |||
| 45 | 45 | ||
| 46 | static void pwm_backlight_power_on(struct pwm_bl_data *pb, int brightness) | 46 | static void pwm_backlight_power_on(struct pwm_bl_data *pb, int brightness) |
| 47 | { | 47 | { |
| 48 | int duty_cycle, err; | 48 | int err; |
| 49 | 49 | ||
| 50 | if (pb->enabled) | 50 | if (pb->enabled) |
| 51 | return; | 51 | return; |
