Re: [PATCH net-next v2 3/6] ethernet: amd: dynamic debug fixes

From: Varka Bhadram
Date: Mon Jul 14 2014 - 04:22:29 EST


On 07/14/2014 01:36 PM, Joe Perches wrote:
On Mon, 2014-07-14 at 11:55 +0530, varkabhadram@xxxxxxxxx wrote:
From: Varka Bhadram <varkab@xxxxxxx>
[]
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.


OOOps.... I will fix it.


--
Regards,
Varka Bhadram.

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/