From: Alexander Potashev <aspotashev@gmail.com>
To: Jiri Kosina <trivial@kernel.org>
Cc: LKML <linux-kernel@vger.kernel.org>,
Alexander Potashev <aspotashev@gmail.com>
Subject: [PATCH] Use KERN_INFO instead of KERN_ERR for init message
Date: Tue, 2 Jun 2009 01:33:01 +0400 [thread overview]
Message-ID: <1243891981-12118-1-git-send-email-aspotashev@gmail.com> (raw)
Signed-off-by: Alexander Potashev <aspotashev@gmail.com>
---
drivers/dca/dca-core.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/dca/dca-core.c b/drivers/dca/dca-core.c
index 25b743a..e7c0b9c 100644
--- a/drivers/dca/dca-core.c
+++ b/drivers/dca/dca-core.c
@@ -276,7 +276,7 @@ EXPORT_SYMBOL_GPL(dca_unregister_notify);
static int __init dca_init(void)
{
- printk(KERN_ERR "dca service started, version %s\n", DCA_VERSION);
+ printk(KERN_INFO "dca service started, version %s\n", DCA_VERSION);
return dca_sysfs_init();
}
--
1.6.2.3
next reply other threads:[~2009-06-01 21:33 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-06-01 21:33 Alexander Potashev [this message]
2009-06-02 8:11 ` Jiri Kosina
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=1243891981-12118-1-git-send-email-aspotashev@gmail.com \
--to=aspotashev@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=trivial@kernel.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®