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

Commit 72385a55 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 0d391fd7 5d7d6e0a
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.tv64 = KTIME_MAX;
		return 0;
	}