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

Commit 53f087fe authored by Al Viro's avatar Al Viro
Browse files

[PATCH] timer.c NULL noise removal



Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 76edc605
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -495,7 +495,7 @@ unsigned long next_timer_interrupt(void)
	base = &__get_cpu_var(tvec_bases);
	spin_lock(&base->t_base.lock);
	expires = base->timer_jiffies + (LONG_MAX >> 1);
	list = 0;
	list = NULL;

	/* Look for timer events in tv1. */
	j = base->timer_jiffies & TVR_MASK;