Skip to content

Commit

Permalink
backlight: Remove obsolete comment for ->state
Browse files Browse the repository at this point in the history
Jani spotted this when reviewing my earlier patch to remove the driver
internal usage of this field in:

  Commit 3cf91ad ("backlight: Nuke BL_CORE_DRIVER1")

Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
Acked-by: Daniel Thompson <daniel.thompson@linaro.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
  • Loading branch information
Daniel Vetter authored and Lee Jones committed Jul 4, 2018
1 parent c8cc0f0 commit 30000d8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/linux/backlight.h
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ struct backlight_properties {
/* Backlight type */
enum backlight_type type;
/* Flags used to signal drivers of state changes */
/* Upper 4 bits are reserved for driver internal use */
unsigned int state;

#define BL_CORE_SUSPENDED (1 << 0) /* backlight is suspended */
Expand Down

0 comments on commit 30000d8

Please sign in to comment.