From 249cae67cf881d700cd3eae08eb6c71c737bc16d Mon Sep 17 00:00:00 2001 From: Tony Breeds Date: Tue, 11 Sep 2007 15:24:03 -0700 Subject: [PATCH] --- yaml --- r: 64879 b: refs/heads/master c: 298a5df45d497e66064fda22ef0abf13766d3333 h: refs/heads/master i: 64877: 12e42faef97b9b60c02cc983ac2d4d90d1fb8dfd 64875: 0f3626f86a630c94412afd1543af691524e9008b 64871: d0518b6ac7f55846de9bb9a369a8b7673d0b134a 64863: afbd37ad805eda1498281c3d908e5063a8be9c88 v: v3 --- [refs] | 2 +- trunk/kernel/time/ntp.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 8c8941ec3d19..9b948b7ca171 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 0e2f6db88a6900bc9db576d6b478b12ee60d61f7 +refs/heads/master: 298a5df45d497e66064fda22ef0abf13766d3333 diff --git a/trunk/kernel/time/ntp.c b/trunk/kernel/time/ntp.c index cd91237dbfe3..de6a2d6b3ebb 100644 --- a/trunk/kernel/time/ntp.c +++ b/trunk/kernel/time/ntp.c @@ -226,7 +226,7 @@ static void sync_cmos_clock(unsigned long dummy) static void notify_cmos_timer(void) { - if (no_sync_cmos_clock) + if (!no_sync_cmos_clock) mod_timer(&sync_cmos_timer, jiffies + 1); }