Re: [PATCH net-next 3/7] net: macb: parse PHY nodes found under an MDIO node

From: Codrin.Ciubotariu
Date: Tue Jul 21 2020 - 09:42:05 EST


On 21.07.2020 16:36, Andrew Lunn wrote:
> EXTERNAL EMAIL: Do not click links or open attachments unless you know the content is safe
>
>> @@ -755,7 +765,6 @@ static int macb_mdiobus_register(struct macb *bp)
>> * decrement it before returning.
>> */
>> of_node_put(child);
>> -
>> return of_mdiobus_register(bp->mii_bus, np);
>> }
>
> Please avoid white space changes like this.

Sorry about this, it was not intended. Will fix in v2. Thanks!

>
> Otherwise this looks O.K.
>
> Andrew
>