projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e51cd9
)
backlight: omap1: add blank line after declarations
author
Jingoo Han
<jg1.han@samsung.com>
Wed, 27 Aug 2014 01:15:01 +0000
(10:15 +0900)
committer
Lee Jones
<lee.jones@linaro.org>
Fri, 29 Aug 2014 07:27:53 +0000
(08:27 +0100)
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>
drivers/video/backlight/omap1_bl.c
patch
|
blob
|
history
diff --git
a/drivers/video/backlight/omap1_bl.c
b/drivers/video/backlight/omap1_bl.c
index
a0dcd88
..
546d94d
100644
(file)
--- 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;
}