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

Commit 588d9eba authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "rtc: alarm: set power_on_alarm again when calling alarmtimer_resume"

parents 9242b119 a0d7e527
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -365,6 +365,8 @@ static int alarmtimer_resume(struct device *dev)
	if (!rtc)
		return 0;
	rtc_timer_cancel(rtc, &rtctimer);

	set_power_on_alarm(power_on_alarm , 1);
	return 0;
}
#else