Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 235140
b: refs/heads/master
c: 0295a34
h: refs/heads/master
v: v3
  • Loading branch information
Mandeep Singh Baines authored and Rafael J. Wysocki committed Mar 14, 2011
1 parent 11956b3 commit fccb0a3
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 790c7885a4b2105e41f7a80b035fdb78e406154f
refs/heads/master: 0295a34d61f14522fddb26856191520d2e1d7e77
6 changes: 3 additions & 3 deletions 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);
printk("Time: %2d:%02d:%02d Date: %02d/%02d/%02d\n",
pr_info("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 Expand Up @@ -179,7 +179,7 @@ static int show_file_hash(unsigned int value)
unsigned int hash = hash_string(lineno, file, FILEHASH);
if (hash != value)
continue;
printk(" hash matches %s:%u\n", file, lineno);
pr_info(" hash matches %s:%u\n", file, lineno);
match++;
}
return match;
Expand Down Expand Up @@ -255,7 +255,7 @@ static int late_resume_init(void)
val = val / FILEHASH;
dev = val /* % DEVHASH */;

printk(" Magic number: %d:%d:%d\n", user, file, dev);
pr_info(" Magic number: %d:%d:%d\n", user, file, dev);
show_file_hash(file);
show_dev_hash(dev);
return 0;
Expand Down

0 comments on commit fccb0a3

Please sign in to comment.