aboutsummaryrefslogtreecommitdiffstats
path: root/arch/cris/kernel
diff options
context:
space:
mode:
Diffstat (limited to 'arch/cris/kernel')
-rw-r--r--arch/cris/kernel/time.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/cris/kernel/time.c b/arch/cris/kernel/time.c
index b5096430ce1..4e73092e85c 100644
--- a/arch/cris/kernel/time.c
+++ b/arch/cris/kernel/time.c
@@ -86,7 +86,7 @@ int set_rtc_mmss(unsigned long nowtime)
86 CMOS_WRITE(real_seconds,RTC_SECONDS); 86 CMOS_WRITE(real_seconds,RTC_SECONDS);
87 CMOS_WRITE(real_minutes,RTC_MINUTES); 87 CMOS_WRITE(real_minutes,RTC_MINUTES);
88 } else { 88 } else {
89 printk(KERN_WARNING 89 printk_once(KERN_NOTICE
90 "set_rtc_mmss: can't update from %d to %d\n", 90 "set_rtc_mmss: can't update from %d to %d\n",
91 cmos_minutes, real_minutes); 91 cmos_minutes, real_minutes);
92 retval = -1; 92 retval = -1;