[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20100706160824.GA31635@exar.com>
Date: Tue, 6 Jul 2010 11:08:25 -0500
From: Jon Mason <jon.mason@...r.com>
To: Wu Fengguang <fengguang.wu@...el.com>
CC: David Miller <davem@...emloft.net>,
Sreenivasa Honnur <Sreenivasa.Honnur@...erion.com>,
"netdev@...r.kernel.org" <netdev@...r.kernel.org>
Subject: Re: [PATCH] vxge: show startup message with KERN_INFO
On Tue, Jul 06, 2010 at 06:02:03AM -0700, Wu Fengguang wrote:
> The original KERN_CRIT will mess up terminals.
Looks reasonable to me.
Thanks,
Jon
>
> CC: Sreenivasa Honnur <Sreenivasa.Honnur@...erion.com>
> Signed-off-by: Wu Fengguang <fengguang.wu@...el.com>
> ---
> drivers/net/vxge/vxge-main.c | 4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/net/vxge/vxge-main.c b/drivers/net/vxge/vxge-main.c
> index 45c5dc2..93a9147 100644
> --- a/drivers/net/vxge/vxge-main.c
> +++ b/drivers/net/vxge/vxge-main.c
> @@ -4515,9 +4515,9 @@ vxge_starter(void)
> char version[32];
> snprintf(version, 32, "%s", DRV_VERSION);
>
> - printk(KERN_CRIT "%s: Copyright(c) 2002-2009 Neterion Inc\n",
> + printk(KERN_INFO "%s: Copyright(c) 2002-2009 Neterion Inc\n",
> VXGE_DRIVER_NAME);
> - printk(KERN_CRIT "%s: Driver version: %s\n",
> + printk(KERN_INFO "%s: Driver version: %s\n",
> VXGE_DRIVER_NAME, version);
>
> verify_bandwidth();
> --
> 1.6.6
>
> --
> To unsubscribe from this list: send the line "unsubscribe netdev" in
> the body of a message to majordomo@...r.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
The information and any attached documents contained in this message
may be confidential and/or legally privileged. The message is
intended solely for the addressee(s). If you are not the intended
recipient, you are hereby notified that any use, dissemination, or
reproduction is strictly prohibited and may be unlawful. If you are
not the intended recipient, please contact the sender immediately by
return e-mail and destroy all copies of the original message.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists