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

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

Merge "cpufreq: update hrtimer start with no-wakeup version."

parents 91bb889f c9427539
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -811,8 +811,8 @@ static int load_change_callback(struct notifier_block *nb, unsigned long val,
	spin_unlock_irqrestore(&ppol->target_freq_lock, flags);

	if (!hrtimer_is_queued(&ppol->notif_timer))
		hrtimer_start(&ppol->notif_timer, ms_to_ktime(1),
			      HRTIMER_MODE_REL);
		__hrtimer_start_range_ns(&ppol->notif_timer, ms_to_ktime(1),
					0, HRTIMER_MODE_REL, 0);
exit:
	up_read(&ppol->enable_sem);
	return 0;