]> err.no Git - linux-2.6/blobdiff - kernel/time/ntp.c
Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6
[linux-2.6] / kernel / time / ntp.c
index cd91237dbfe3c160867e60a12f4251b2bf4679fa..de6a2d6b3ebb69ad65f1491e9f44a846e1b86f44 100644 (file)
@@ -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);
 }