> @@ -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.
Otherwise this looks O.K.
Andrew