Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 256918
b: refs/heads/master
c: 1d8047a
h: refs/heads/master
v: v3
  • Loading branch information
Rafael J. Wysocki committed Jul 15, 2011
1 parent 1ba8355 commit 5442ede
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: a5e4fd8783a2bec861ecf1138cdc042269ff59aa
refs/heads/master: 1d8047a6f7973470bb1de4606a6e00c0bbee3cc6
2 changes: 1 addition & 1 deletion trunk/drivers/base/power/trace.c
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ static unsigned int read_magic_time(void)
unsigned int val;

get_rtc_time(&time);
pr_info("Time: %2d:%02d:%02d Date: %02d/%02d/%02d\n",
pr_info("RTC time: %2d:%02d:%02d, date: %02d/%02d/%02d\n",
time.tm_hour, time.tm_min, time.tm_sec,
time.tm_mon + 1, time.tm_mday, time.tm_year % 100);
val = time.tm_year; /* 100 years */
Expand Down

0 comments on commit 5442ede

Please sign in to comment.