diff options
Diffstat (limited to 'arch/mips/dec')
-rw-r--r-- | arch/mips/dec/time.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/dec/time.c b/arch/mips/dec/time.c index 02f505f23c32..ea57f39e6736 100644 --- a/arch/mips/dec/time.c +++ b/arch/mips/dec/time.c | |||
@@ -104,7 +104,7 @@ int rtc_mips_set_mmss(unsigned long nowtime) | |||
104 | CMOS_WRITE(real_seconds, RTC_SECONDS); | 104 | CMOS_WRITE(real_seconds, RTC_SECONDS); |
105 | CMOS_WRITE(real_minutes, RTC_MINUTES); | 105 | CMOS_WRITE(real_minutes, RTC_MINUTES); |
106 | } else { | 106 | } else { |
107 | printk(KERN_WARNING | 107 | printk_once(KERN_NOTICE |
108 | "set_rtc_mmss: can't update from %d to %d\n", | 108 | "set_rtc_mmss: can't update from %d to %d\n", |
109 | cmos_minutes, real_minutes); | 109 | cmos_minutes, real_minutes); |
110 | retval = -1; | 110 | retval = -1; |