diff options
Diffstat (limited to 'kernel')
-rw-r--r-- | kernel/time/ntp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/time/ntp.c b/kernel/time/ntp.c index cd91237dbfe3..de6a2d6b3ebb 100644 --- a/kernel/time/ntp.c +++ b/kernel/time/ntp.c | |||
@@ -226,7 +226,7 @@ static void sync_cmos_clock(unsigned long dummy) | |||
226 | 226 | ||
227 | static void notify_cmos_timer(void) | 227 | static void notify_cmos_timer(void) |
228 | { | 228 | { |
229 | if (no_sync_cmos_clock) | 229 | if (!no_sync_cmos_clock) |
230 | mod_timer(&sync_cmos_timer, jiffies + 1); | 230 | mod_timer(&sync_cmos_timer, jiffies + 1); |
231 | } | 231 | } |
232 | 232 | ||