You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
[PATCH] timer.c NULL noise removal
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user