On Mon, 2014-07-14 at 11:55 +0530, varkabhadram@xxxxxxxxx wrote:OOOps.... I will fix it.
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)This needs a terminating newlines.
/* 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");