commit | 6d029b645175ae71fdeedea84b246ecb1362d003 | [log] [tgz] |
---|---|---|
author | Krzysztof Halasa <khc@pm.waw.pl> | Tue Apr 21 12:24:49 2009 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Tue Apr 21 13:41:50 2009 -0700 |
tree | 837f6d63186d27eafb8f3b9d91aef6aca863dd44 | |
parent | 6e538aaf50ae782a890cbc02c27950448d8193e1 [diff] |
rtc-cmos: fix printk output With no IRQ available/defined, RTC-CMOS driver prints something like: rtc0: alarms up to one no, y3k, 114 bytes nvram ^^^^ I guess the following is a bit easier to understand: rtc0: no alarms, y3k, 114 bytes nvram Signed-off-by: Krzysztof Halasa <khc@pm.waw.pl> Cc: David Brownell <david-b@pacbell.net> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>