Re: [PATCH net 04/16] net: ethernet: aurora: nb8800: fix fixed-link phydev leaks

From: Johan Hovold
Date: Wed Nov 30 2016 - 04:51:36 EST


On Wed, Nov 30, 2016 at 10:36:45AM +0100, Mason wrote:
> On 28/11/2016 19:24, Johan Hovold wrote:
>
> > Make sure to deregister and free any fixed-link PHY registered using
> > of_phy_register_fixed_link() on probe errors and on driver unbind.
> >
> > Fixes: c7dfe3abf40e ("net: ethernet: nb8800: support fixed-link DT node")
> > Signed-off-by: Johan Hovold <johan@xxxxxxxxxx>
> > ---
> > drivers/net/ethernet/aurora/nb8800.c | 9 +++++++--
> > 1 file changed, 7 insertions(+), 2 deletions(-)
>
> Did you use scripts/get_maintainer.pl ?
>
> Neither the author of the driver (Mans) nor the author of
> the code in question (Sebastian) were CCed on this patch.

I did, but I only included parties listed as maintainers, not commit
signers, to keep the already large CC list down somewhat.

Johan