diff options
Diffstat (limited to 'drivers/video')
-rw-r--r-- | drivers/video/backlight/pcf50633-backlight.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/backlight/pcf50633-backlight.c b/drivers/video/backlight/pcf50633-backlight.c index b95d3b0aaffe..85bd573b6d15 100644 --- a/drivers/video/backlight/pcf50633-backlight.c +++ b/drivers/video/backlight/pcf50633-backlight.c | |||
@@ -90,6 +90,7 @@ static int pcf50633_bl_update_status(struct backlight_device *bl) | |||
90 | static int pcf50633_bl_get_brightness(struct backlight_device *bl) | 90 | static int pcf50633_bl_get_brightness(struct backlight_device *bl) |
91 | { | 91 | { |
92 | struct pcf50633_bl *pcf_bl = bl_get_data(bl); | 92 | struct pcf50633_bl *pcf_bl = bl_get_data(bl); |
93 | |||
93 | return pcf_bl->brightness; | 94 | return pcf_bl->brightness; |
94 | } | 95 | } |
95 | 96 | ||