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

Commit ce8c47cf authored by Andrew Morton's avatar Andrew Morton Committed by Richard Purdie
Browse files

leds: cr_bllcd.c: build fix



Build fix for cr_bllcd.c

Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarRichard Purdie <rpurdie@rpsys.net>
parent 655bfd7a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -202,7 +202,7 @@ static int cr_backlight_probe(struct platform_device *pdev)
	}

	crp->cr_lcd_device = lcd_device_register("cr-lcd",
							&pdev->dev, NULL
							&pdev->dev, NULL,
							&cr_lcd_ops);

	if (IS_ERR(crp->cr_lcd_device)) {