On Mon, May 09, 2016 at 12:03:53PM +0200, John Crispin wrote: > The driver currently uses kfree() to clear the mii_bus. This is not the > correct way to clear the memory and mdiobus_free() should be used instead. > This patch fixes the two instances where this happens in the driver. > > Reported-by: Andrew Lunn <and...@lunn.ch> > Signed-off-by: John Crispin <j...@phrozen.org>
Thanks John Reviewed-by: Andrew Lunn <and...@lunn.ch> Andrew