Re: [PATCH] mdio-sun4i: Fix a memory leak

2018-01-08 Thread David Miller
From: Christophe JAILLET Date: Sat, 6 Jan 2018 09:00:09 +0100 > If the probing of the regulator is deferred, the memory allocated by > 'mdiobus_alloc_size()' will be leaking. > It should be freed before the next call to 'sun4i_mdio_probe()' which will > reallocate it. > > Fixes: 4bdcb1dd9feb ("

[PATCH] mdio-sun4i: Fix a memory leak

2018-01-06 Thread Christophe JAILLET
If the probing of the regulator is deferred, the memory allocated by 'mdiobus_alloc_size()' will be leaking. It should be freed before the next call to 'sun4i_mdio_probe()' which will reallocate it. Fixes: 4bdcb1dd9feb ("net: Add MDIO bus driver for the Allwinner EMAC") Signed-off-by: Christophe J