diff options
author | Jingoo Han <jg1.han@samsung.com> | 2014-08-27 01:15:01 (GMT) |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2014-08-29 07:27:53 (GMT) |
commit | b6af73b42219aa6b253ef5c0020eff1019485ffc (patch) | |
tree | 19f97dab5a6744e99931d69b74c73ad17506e762 /drivers/video | |
parent | 3e51cd93f534b475c065c1513734860ce28a8da3 (diff) | |
download | linux-b6af73b42219aa6b253ef5c0020eff1019485ffc.tar.xz |
backlight: omap1: add blank line after declarations
Fixed the following checkpatch warning.
WARNING: Missing a blank line after declarations
Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/video')
-rw-r--r-- | drivers/video/backlight/omap1_bl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/backlight/omap1_bl.c b/drivers/video/backlight/omap1_bl.c index a0dcd88..546d94d 100644 --- a/drivers/video/backlight/omap1_bl.c +++ b/drivers/video/backlight/omap1_bl.c @@ -120,6 +120,7 @@ static int omapbl_update_status(struct backlight_device *dev) static int omapbl_get_intensity(struct backlight_device *dev) { struct omap_backlight *bl = bl_get_data(dev); + return bl->current_intensity; } |