projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
76edc60
)
[PATCH] timer.c NULL noise removal
author
Al Viro
<viro@zeniv.linux.org.uk>
Wed, 1 Feb 2006 10:56:41 +0000
(
05:56
-0500)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Wed, 8 Feb 2006 01:57:42 +0000
(20:57 -0500)
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
kernel/timer.c
patch
|
blob
|
history
diff --git
a/kernel/timer.c
b/kernel/timer.c
index 4f1cb0ab5251aed2b690003527a26258e15c49a0..b9dad3994676948f114e757a59f18c29f950e5f7 100644
(file)
--- a/
kernel/timer.c
+++ b/
kernel/timer.c
@@
-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;