[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1405325166.9132.40.camel@joe-AO725>
Date: Mon, 14 Jul 2014 01:06:06 -0700
From: Joe Perches <joe@...ches.com>
To: varkabhadram@...il.com
Cc: netdev@...r.kernel.org, Thomas.Lendacky@....com,
geert+renesas@...ux-m68k.org, ebiederm@...ssion.com,
macro@...ux-mips.org, linux-kernel@...r.kernel.org,
davem@...emloft.net, Varka Bhadram <varkab@...c.in>
Subject: Re: [PATCH net-next v2 3/6] ethernet: amd: dynamic debug fixes
On Mon, 2014-07-14 at 11:55 +0530, varkabhadram@...il.com wrote:
> From: Varka Bhadram <varkab@...c.in>
[]
> diff --git a/drivers/net/ethernet/amd/amd8111e.c b/drivers/net/ethernet/amd/amd8111e.c
[]
> @@ -501,8 +501,7 @@ static int amd8111e_restart(struct net_device *dev)
>
> /* Enable interrupt coalesce */
> if(lp->options & OPTION_INTR_COAL_ENABLE){
> - printk(KERN_INFO "%s: Interrupt Coalescing Enabled.\n",
> - dev->name);
> + netdev_info(dev, "Interrupt Coalescing Enabled");
This needs a terminating newlines.
--
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