提交 73d4e2b8 编写于 作者: T Thierry Reding

pwm-backlight: Remove unused variable

I forgot to remove this during earlier cleanup patches and only checked
various builds for errors, not warnings.
Reported-by: Nkbuild test robot <fengguang.wu@intel.com>
Signed-off-by: NThierry Reding <thierry.reding@gmail.com>
上级 1dea1fd0
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册