提交 88e2c99a 编写于 作者: D Daniel Vetter 提交者: Lee Jones

backlight: generic-bl: Remove DRIVER1 state

Nothing in the entire tree ever sets this, which means this is dead
code. Remove it.
Signed-off-by: NDaniel Vetter <daniel.vetter@intel.com>
Acked-by: NDaniel Thompson <daniel.thompson@linaro.org>
Reviewed-by: NJani Nikula <jani.nikula@intel.com>
Signed-off-by: NLee Jones <lee.jones@linaro.org>
上级 3a0c991f
......@@ -21,9 +21,6 @@ static int genericbl_intensity;
static struct backlight_device *generic_backlight_device;
static struct generic_bl_info *bl_machinfo;
/* Flag to signal when the battery is low */
#define GENERICBL_BATTLOW BL_CORE_DRIVER1
static int genericbl_send_intensity(struct backlight_device *bd)
{
int intensity = bd->props.brightness;
......@@ -34,8 +31,6 @@ static int genericbl_send_intensity(struct backlight_device *bd)
intensity = 0;
if (bd->props.state & BL_CORE_SUSPENDED)
intensity = 0;
if (bd->props.state & GENERICBL_BATTLOW)
intensity &= bl_machinfo->limit_mask;
bl_machinfo->set_bl_intensity(intensity);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册