On Thu, May 09, 2019, Chunfeng Yun wrote: > > + if (IS_ENABLED(CONFIG_GENERIC_PHY)) { > no need check it, if it's not enabled, phy_get() will return an error > number. Good point. Thank you. Chris
On Thu, May 09, 2019, Chunfeng Yun wrote: > > + if (IS_ENABLED(CONFIG_GENERIC_PHY)) { > no need check it, if it's not enabled, phy_get() will return an error > number. Good point. Thank you. Chris