On Mon, 2014-07-14 at 11:55 +0530, varkabhad...@gmail.com wrote: > From: Varka Bhadram <var...@cdac.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 linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/