|
@@ -678,7 +678,7 @@ static void apc_agent_timeout(unsigned long data)
|
|
configure_phy_mask = ~port_agent->phy_configured_mask & port_agent->phy_ready_mask;
|
|
configure_phy_mask = ~port_agent->phy_configured_mask & port_agent->phy_ready_mask;
|
|
|
|
|
|
if (!configure_phy_mask)
|
|
if (!configure_phy_mask)
|
|
- return;
|
|
|
|
|
|
+ goto done;
|
|
|
|
|
|
for (index = 0; index < SCI_MAX_PHYS; index++) {
|
|
for (index = 0; index < SCI_MAX_PHYS; index++) {
|
|
if ((configure_phy_mask & (1 << index)) == 0)
|
|
if ((configure_phy_mask & (1 << index)) == 0)
|