提交 30000d80 编写于 作者: D Daniel Vetter 提交者: Lee Jones

backlight: Remove obsolete comment for ->state

Jani spotted this when reviewing my earlier patch to remove the driver
internal usage of this field in:

  Commit 3cf91ada ("backlight: Nuke BL_CORE_DRIVER1")
Signed-off-by: NDaniel Vetter <daniel.vetter@intel.com>
Acked-by: NDaniel Thompson <daniel.thompson@linaro.org>
Signed-off-by: NLee Jones <lee.jones@linaro.org>
上级 c8cc0f04
...@@ -79,7 +79,6 @@ struct backlight_properties { ...@@ -79,7 +79,6 @@ struct backlight_properties {
/* Backlight type */ /* Backlight type */
enum backlight_type type; enum backlight_type type;
/* Flags used to signal drivers of state changes */ /* Flags used to signal drivers of state changes */
/* Upper 4 bits are reserved for driver internal use */
unsigned int state; unsigned int state;
#define BL_CORE_SUSPENDED (1 << 0) /* backlight is suspended */ #define BL_CORE_SUSPENDED (1 << 0) /* backlight is suspended */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册