]> git.baikalelectronics.ru Git - kernel.git/commit
rtc-cmos: fix printk output
authorKrzysztof Halasa <khc@pm.waw.pl>
Tue, 21 Apr 2009 19:24:49 +0000 (12:24 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 21 Apr 2009 20:41:50 +0000 (13:41 -0700)
commit00a296df1cb124367776bfce211ed620fae2bc68
tree837f6d63186d27eafb8f3b9d91aef6aca863dd44
parent960767d1611d2f310c7d9b6f9afaad9e585b766f
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>
drivers/rtc/rtc-cmos.c