Skip to content

Commit

Permalink
pwm-backlight: Remove unused variable
Browse files Browse the repository at this point in the history
I forgot to remove this during earlier cleanup patches and only checked
various builds for errors, not warnings.

Reported-by: kbuild test robot <fengguang.wu@intel.com>
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
  • Loading branch information
Thierry Reding committed Oct 22, 2013
1 parent 1dea1fd commit 73d4e2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/video/backlight/pwm_bl.c
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ struct pwm_bl_data {

static void pwm_backlight_power_on(struct pwm_bl_data *pb, int brightness)
{
int duty_cycle, err;
int err;

if (pb->enabled)
return;
Expand Down

0 comments on commit 73d4e2b

Please sign in to comment.