Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 73657
b: refs/heads/master
c: 779d208
h: refs/heads/master
i:
  73655: 38bfa84
v: v3
  • Loading branch information
David Brownell authored and Linus Torvalds committed Nov 15, 2007
1 parent c75cc68 commit a115d8b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1299342bacbe9038bef473d9b5b3cbebad112d4c
refs/heads/master: 779d20892f8e716677194dc879eea2b5f1e75678
4 changes: 3 additions & 1 deletion trunk/drivers/rtc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ config RTC_HCTOSYS_DEVICE
help
The RTC device that will be used to (re)initialize the system
clock, usually rtc0. Initialization is done when the system
starts up, and when it resumes from a low power state.
starts up, and when it resumes from a low power state. This
device should record time in UTC, since the kernel won't do
timezone correction.

The driver for this RTC device must be loaded before late_initcall
functions run, so it must usually be statically linked.
Expand Down
4 changes: 2 additions & 2 deletions trunk/drivers/rtc/hctosys.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ static int __init rtc_hctosys(void)
do_settimeofday(&tv);

dev_info(rtc->dev.parent,
"setting the system clock to "
"%d-%02d-%02d %02d:%02d:%02d (%u)\n",
"setting system clock to "
"%d-%02d-%02d %02d:%02d:%02d UTC (%u)\n",
tm.tm_year + 1900, tm.tm_mon + 1, tm.tm_mday,
tm.tm_hour, tm.tm_min, tm.tm_sec,
(unsigned int) tv.tv_sec);
Expand Down

0 comments on commit a115d8b

Please sign in to comment.