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

Commit 1619ce11 authored by Peter Korsgaard's avatar Peter Korsgaard Committed by Ben Dooks
Browse files

hmt: adjust for new pwm_backlight->notify prototype



Commit cfc38999f (backlight: Pass device through notify callback)
added a struct device argument to the notify callback, but didn't
update the user of it in mach-hmt.c

Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
Signed-off-by: default avatarBen Dooks <ben-linux@fluff.org>
parent 3ce2f76f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -82,7 +82,7 @@ static int hmt_bl_init(struct device *dev)
	return ret;
}

static int hmt_bl_notify(int brightness)
static int hmt_bl_notify(struct device *dev, int brightness)
{
	/*
	 * translate from CIELUV/CIELAB L*->brightness, E.G. from