On Tue, Nov 08, 2016 at 05:19:29PM -0600, Grygorii Strashko wrote: > > > On 11/03/2016 12:40 PM, Johan Hovold wrote: > > Make sure to drop the references taken by of_get_child_by_name() and > > bus_find_device() before returning from cpsw_phy_sel(). > > > > Note that holding a reference to the cpsw-phy-sel device does not > > prevent the devres-managed private data from going away. > > > > Fixes: 5892cd135e16 ("drivers: net: cpsw-phy-sel: Add new driver...") > > Cc: Mugunthan V N <mugunthan...@ti.com> > > Cc: Grygorii Strashko <grygorii.stras...@ti.com> > > Cc: linux-o...@vger.kernel.org > > Signed-off-by: Johan Hovold <jo...@kernel.org> > > --- > > Reviewed-by: Grygorii Strashko <grygorii.stras...@ti.com>
Thanks for the review. Note that David has already applied these, though. Johan