Re: [PATCH 5/5] net: mdio-mux: fix unbalanced put_device

From: Andrew Lunn
Date: Wed Aug 30 2017 - 14:53:52 EST


> err_pb_kz:
> /* balance the reference of_mdio_find_bus() took */

Hi Corentin

This comment should probably be updated as well.

> - if (!mux_bus)
> - put_device(&parent_bus->dev);
> + put_device(&parent_bus->dev);

Thanks
Andrew