summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2001-06-06 11:39:03 +0000
committerRalf Baechle <ralf@linux-mips.org>2001-06-06 11:39:03 +0000
commitedbfa461668222f1263c21cf833ccc7ae7e2edcb (patch)
tree5be9599c17da8b61cdae8bac45beb5eed9dfd3c2
parent1385617929e09545f9858785ea3dc1068fedfde1 (diff)
Add missing \n which did result in subsequent kernel messages getting
eaten up.
-rw-r--r--arch/mips/lib/rtc-no.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/lib/rtc-no.c b/arch/mips/lib/rtc-no.c
index a3621885d..f8a9b2bd2 100644
--- a/arch/mips/lib/rtc-no.c
+++ b/arch/mips/lib/rtc-no.c
@@ -17,7 +17,7 @@ static unsigned int shouldnt_happen(void)
if (!called) {
called = 1;
- printk(KERN_DEBUG "RTC functions called - shouldn't happen");
+ printk(KERN_DEBUG "RTC functions called - shouldn't happen\n");
}
return 0;