| 338 | } |
| 339 | |
| 340 | int rt_genphy_startup(struct rt_phy_device *phydev) |
| 341 | { |
| 342 | int ret; |
| 343 | |
| 344 | ret = rt_genphy_update_link(phydev); |
| 345 | if (ret) |
| 346 | return ret; |
| 347 | |
| 348 | return rt_genphy_parse_link(phydev); |
| 349 | } |
nothing calls this directly
no test coverage detected