backlight: adp5520: 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>
This commit is contained in:
Jingoo Han 2014-08-27 10:09:14 +09:00 коммит произвёл Lee Jones
Родитель 964a1c4e0e
Коммит f9bda39d13
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -67,6 +67,7 @@ static int adp5520_bl_set(struct backlight_device *bl, int brightness)
static int adp5520_bl_update_status(struct backlight_device *bl) static int adp5520_bl_update_status(struct backlight_device *bl)
{ {
int brightness = bl->props.brightness; int brightness = bl->props.brightness;
if (bl->props.power != FB_BLANK_UNBLANK) if (bl->props.power != FB_BLANK_UNBLANK)
brightness = 0; brightness = 0;