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

Commit 96ceeaf4 authored by Andreas Schwab's avatar Andreas Schwab Committed by Linus Torvalds
Browse files

[PATCH] Fix compilation of via-pmu-backlight



Signed-off-by: default avatarAndreas Schwab <schwab@suse.de>
Cc: "Yu, Luming" <luming.yu@intel.com>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 9414232f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -147,7 +147,7 @@ void __init pmu_backlight_init()

	snprintf(name, sizeof(name), "pmubl");

	bd = backlight_device_register(name, NULL, &pmu_backlight_data);
	bd = backlight_device_register(name, NULL, NULL, &pmu_backlight_data);
	if (IS_ERR(bd)) {
		printk("pmubl: Backlight registration failed\n");
		goto error;