Re: [PATCH v2 6/7] net: phy: Add support to configure clock in Broadcom iProc mdio mux

From: Andrew Lunn
Date: Mon Jul 30 2018 - 14:04:15 EST


> > Hi Arun
> >
> > There is a devm_mdiobus_alloc() which could make the cleanup on error
> > simple.
> >
> Should I do this as a separate patch ?

A separate patch is easier to review. And if something breaks, a git
bisect gives you a better idea what actually broke it, if you have
lots of small patches.

Andrew