commit | 53f087febfd12e74ba9f1082e71e9a45adc039ad | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Wed Feb 01 05:56:41 2006 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Tue Feb 07 20:57:42 2006 -0500 |
tree | 8908ff3ecc3c97fb536c616df0f9d46356c4739f | |
parent | 76edc6051e02186fe664ab880447e2d1f96fd884 [diff] [blame] |
[PATCH] timer.c NULL noise removal Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
diff --git a/kernel/timer.c b/kernel/timer.c index 4f1cb0a..b9dad39 100644 --- a/kernel/timer.c +++ b/kernel/timer.c
@@ -495,7 +495,7 @@ 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;