[PATCH 13/29] timer.c NULL noise removal

From: Al Viro
Date: Tue Feb 07 2006 - 22:23:37 EST


Date: 1138791401 -0500

Signed-off-by: Al Viro <viro@xxxxxxxxxxxxxxxxxx>

---

kernel/timer.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

53f087febfd12e74ba9f1082e71e9a45adc039ad
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 @@ 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;
--
0.99.9.GIT

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/