changeset 1183:f8c895b74b3f

Fix compile error
author gthomas
date Sat, 30 Aug 2003 17:11:48 +0000
parents 8c272f96c3ed
children 120561ca1209
files packages/devs/eth/powerpc/fcc/current/ChangeLog packages/devs/eth/powerpc/fcc/current/src/if_fcc.c
diffstat 2 files changed, 5 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/packages/devs/eth/powerpc/fcc/current/ChangeLog
+++ b/packages/devs/eth/powerpc/fcc/current/ChangeLog
@@ -1,3 +1,7 @@
+2003-08-30  Gary Thomas  <gary@mlbassoc.com>
+
+	* src/if_fcc.c: Fix compile error.
+
 2003-08-26  Gary Thomas  <gary@mlbassoc.com>
 
 	* src/if_fcc.c: Use new PHY support.
--- a/packages/devs/eth/powerpc/fcc/current/src/if_fcc.c
+++ b/packages/devs/eth/powerpc/fcc/current/src/if_fcc.c
@@ -314,9 +314,7 @@ fcc_eth_init(struct cyg_netdevtab_entry 
         return false;
     }
 #ifdef CYGSEM_DEVS_ETH_POWERPC_FCC_RESET_PHY
-    if (!_eth_phy_reset(qi->phy)) {
-        return false;
-    }
+    _eth_phy_reset(qi->phy);
 #endif
     phy_state = _eth_phy_state(qi->phy);
     os_printf("FCC ETH: ");