# HG changeset patch # User gthomas # Date 1062263508 0 # Node ID f8c895b74b3f428e0826641df0b205fdefaa88b7 # Parent 8c272f96c3ed97ac69be615ac2083bf1513d1cec Fix compile error diff --git a/packages/devs/eth/powerpc/fcc/current/ChangeLog b/packages/devs/eth/powerpc/fcc/current/ChangeLog --- 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 + + * src/if_fcc.c: Fix compile error. + 2003-08-26 Gary Thomas * src/if_fcc.c: Use new PHY support. diff --git a/packages/devs/eth/powerpc/fcc/current/src/if_fcc.c b/packages/devs/eth/powerpc/fcc/current/src/if_fcc.c --- 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: ");