summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJingoo Han <jg1.han@samsung.com>2014-08-27 10:15:01 +0900
committerLee Jones <lee.jones@linaro.org>2014-08-29 08:27:53 +0100
commitb6af73b42219aa6b253ef5c0020eff1019485ffc (patch)
tree19f97dab5a6744e99931d69b74c73ad17506e762
parent3e51cd93f534b475c065c1513734860ce28a8da3 (diff)
backlight: omap1: add blank line after declarationsbacklight-for-linus-3.18
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>
-rw-r--r--drivers/video/backlight/omap1_bl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/backlight/omap1_bl.c b/drivers/video/backlight/omap1_bl.c
index a0dcd88ac74f..546d94df21d5 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;
}