From: "Justin P. Mattock" <justinmattock@gmail.com>
To: len.brown@intel.com
Cc: linux-pm@lists.linux-foundation.org,
linux-kernel@vger.kernel.org,
"Justin P. Mattock" <justinmattock@gmail.com>
Subject: [PATCH]drivers:base:power:trace.c Add "UTC" Coordinated Universal Time to the printk.
Date: Wed, 8 Jun 2011 23:01:41 -0700 [thread overview]
Message-ID: <1307599301-2524-1-git-send-email-justinmattock@gmail.com> (raw)
From: "Justin P. Mattock" <justinmattock@gmail.com>
sounds stupid, but taking a glance at the time, and seeing the wrong time, or what seemed
wrong in dmesg, caused me to go into total check the time clock panic mode.. So the patch below adds:
"UTC" Coordinated Universal Time abreviation to the printk so people like me dont flip out over the time!
before:
[ 0.114915] Time: 1:47:03 Date: 06/09/11
after:
[ 0.114728] Time: 5:46:02 UTC Date: 06/09/11
Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
---
drivers/base/power/trace.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/base/power/trace.c b/drivers/base/power/trace.c
index c80e138..009f459 100644
--- a/drivers/base/power/trace.c
+++ b/drivers/base/power/trace.c
@@ -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("Time: %2d:%02d:%02d UTC 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 */
--
1.7.5.2
next reply other threads:[~2011-06-09 6:02 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-06-09 6:01 Justin P. Mattock [this message]
2011-06-12 12:12 ` Rafael J. Wysocki
2011-06-12 15:52 ` Justin P. Mattock
2011-06-12 18:35 ` Rafael J. Wysocki
2011-06-12 19:34 ` Justin P. Mattock
2011-06-12 20:27 ` Rafael J. Wysocki
2011-06-12 22:29 ` Justin P. Mattock
2011-06-13 21:47 ` Rafael J. Wysocki
2011-06-13 22:19 ` Justin P. Mattock
2011-06-14 20:02 ` Rafael J. Wysocki
2011-06-14 20:03 ` Justin P. Mattock
2011-06-19 6:28 ` Justin P. Mattock
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1307599301-2524-1-git-send-email-justinmattock@gmail.com \
--to=justinmattock@gmail.com \
--cc=len.brown@intel.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pm@lists.linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®