mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] Use KERN_INFO instead of KERN_ERR for init message
@ 2009-06-01 21:33 Alexander Potashev
  2009-06-02  8:11 ` Jiri Kosina
  0 siblings, 1 reply; 2+ messages in thread
From: Alexander Potashev @ 2009-06-01 21:33 UTC (permalink / raw)
  To: Jiri Kosina; +Cc: LKML, Alexander Potashev

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] Use KERN_INFO instead of KERN_ERR for init message
  2009-06-01 21:33 [PATCH] Use KERN_INFO instead of KERN_ERR for init message Alexander Potashev
@ 2009-06-02  8:11 ` Jiri Kosina
  0 siblings, 0 replies; 2+ messages in thread
From: Jiri Kosina @ 2009-06-02  8:11 UTC (permalink / raw)
  To: Alexander Potashev; +Cc: LKML

On Tue, 2 Jun 2009, Alexander Potashev wrote:

> 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();
>  }

Applied, thanks Alexander.

-- 
Jiri Kosina

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-06-02  8:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-06-01 21:33 [PATCH] Use KERN_INFO instead of KERN_ERR for init message Alexander Potashev
2009-06-02  8:11 ` Jiri Kosina

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®