aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ibm_newemac
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/ibm_newemac')
-rw-r--r--drivers/net/ibm_newemac/core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ibm_newemac/core.c b/drivers/net/ibm_newemac/core.c
index 1232ef9fb9ef..87a706694fb3 100644
--- a/drivers/net/ibm_newemac/core.c
+++ b/drivers/net/ibm_newemac/core.c
@@ -2603,7 +2603,7 @@ static int __devinit emac_init_config(struct emac_instance *dev)
2603 of_device_is_compatible(np, "ibm,emac-440gr")) 2603 of_device_is_compatible(np, "ibm,emac-440gr"))
2604 dev->features |= EMAC_FTR_440EP_PHY_CLK_FIX; 2604 dev->features |= EMAC_FTR_440EP_PHY_CLK_FIX;
2605 if (of_device_is_compatible(np, "ibm,emac-405ez")) { 2605 if (of_device_is_compatible(np, "ibm,emac-405ez")) {
2606#ifdef CONFIG_IBM_NEW_EMAC_NO_FLOW_CONTROL 2606#ifdef CONFIG_IBM_NEW_EMAC_NO_FLOW_CTRL
2607 dev->features |= EMAC_FTR_NO_FLOW_CONTROL_40x; 2607 dev->features |= EMAC_FTR_NO_FLOW_CONTROL_40x;
2608#else 2608#else
2609 printk(KERN_ERR "%s: Flow control not disabled!\n", 2609 printk(KERN_ERR "%s: Flow control not disabled!\n",