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

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

Merge "clockevents: Update clockevents device next_event"

parents f25f99c6 9ddeac06
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -33,6 +33,7 @@ int tick_program_event(ktime_t expires, int force)
		 * We don't need the clock event device any more, stop it.
		 */
		clockevents_switch_state(dev, CLOCK_EVT_STATE_ONESHOT_STOPPED);
		dev->next_event = KTIME_MAX;
		return 0;
	}