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); }