Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7beeee46 authored by Jingoo Han's avatar Jingoo Han Committed by Lee Jones
Browse files

backlight: cr_bllcd: Add blank line after declarations



Fixed the following checkpatch warning.

  WARNING: Missing a blank line after declarations

Signed-off-by: default avatarJingoo Han <jg1.han@samsung.com>
Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
parent ff32c2fa
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -235,6 +235,7 @@ static int cr_backlight_probe(struct platform_device *pdev)
static int cr_backlight_remove(struct platform_device *pdev)
{
	struct cr_panel *crp = platform_get_drvdata(pdev);

	crp->cr_backlight_device->props.power = FB_BLANK_POWERDOWN;
	crp->cr_backlight_device->props.brightness = 0;
	crp->cr_backlight_device->props.max_brightness = 0;