> > +int phy_resume(struct phy_device *phydev) > > +{ > > + int ret; > > + > > + mutex_lock(&phydev->lock); > > + ret = phy_resume(phydev); > > phy_resume -> __phy_resume?
Ah, where did i put the brown paper bag :-( Thanks Andrew
> > +int phy_resume(struct phy_device *phydev) > > +{ > > + int ret; > > + > > + mutex_lock(&phydev->lock); > > + ret = phy_resume(phydev); > > phy_resume -> __phy_resume?
Ah, where did i put the brown paper bag :-( Thanks Andrew