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

Commit 8f115cd5 authored by Richard Purdie's avatar Richard Purdie
Browse files

leds: Fix locomo LED driver oops



Fix locomo-leds to use the correct struct device to prevent an oops.

Signed-off-by: default avatarRichard Purdie <rpurdie@rpsys.net>
parent 72f8da32
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@
static void locomoled_brightness_set(struct led_classdev *led_cdev,
				enum led_brightness value, int offset)
{
	struct locomo_dev *locomo_dev = LOCOMO_DEV(led_cdev->dev);
	struct locomo_dev *locomo_dev = LOCOMO_DEV(led_cdev->dev->parent);
	unsigned long flags;

	local_irq_save(flags);