aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/ethernet/ti/cpmac.c')
-rw-r--r--drivers/net/ethernet/ti/cpmac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/ti/cpmac.c b/drivers/net/ethernet/ti/cpmac.c
index d52ea3008946..7e8bce46e6b4 100644
--- a/drivers/net/ethernet/ti/cpmac.c
+++ b/drivers/net/ethernet/ti/cpmac.c
@@ -1237,7 +1237,7 @@ int cpmac_init(void)
1237 goto fail_alloc; 1237 goto fail_alloc;
1238 } 1238 }
1239 1239
1240#warning FIXME: unhardcode gpio&reset bits 1240 /* FIXME: unhardcode gpio&reset bits */
1241 ar7_gpio_disable(26); 1241 ar7_gpio_disable(26);
1242 ar7_gpio_disable(27); 1242 ar7_gpio_disable(27);
1243 ar7_device_reset(AR7_RESET_BIT_CPMAC_LO); 1243 ar7_device_reset(AR7_RESET_BIT_CPMAC_LO);