On 6/29/2020 5:03 AM, Bartosz Golaszewski wrote: > From: Bartosz Golaszewski <bgolaszewski@xxxxxxxxxxxx> > > The idea behind devres is that the release callbacks are called if > probe fails. As we now check the return value of ixgbe_mii_bus_init(), > we can drop the call devm_mdiobus_free() in error path as the release > callback will be called automatically. > > Signed-off-by: Bartosz Golaszewski <bgolaszewski@xxxxxxxxxxxx> Reviewed-by: Florian Fainelli <f.fainelli@xxxxxxxxx> -- Florian