odd change to drivers/net/ibm_newemac/core.c

2008-10-23 Thread Christoph Hellwig
+#ifdef CONFIG_IBM_NEW_EMAC_NO_FLOW_CONTROL dev->features |= EMAC_FTR_NO_FLOW_CONTROL_40x; +#else + printk(KERN_ERR "%s: Flow control not disabled!\n", + np->full_name); + return -ENXIO; +#endi

Re: odd change to drivers/net/ibm_newemac/core.c

2008-10-23 Thread Josh Boyer
On Thu, 23 Oct 2008 23:41:48 +0200 Christoph Hellwig <[EMAIL PROTECTED]> wrote: > +#ifdef CONFIG_IBM_NEW_EMAC_NO_FLOW_CONTROL > dev->features |= EMAC_FTR_NO_FLOW_CONTROL_40x; > +#else > + printk(KERN_ERR "%s: Flow control not disabled!\n", > +