Re: [PATCH net-next] net: phy: use of_mdio_parse_addr

From: David Miller
Date: Fri Jun 02 2017 - 14:22:57 EST


From: Jon Mason <jon.mason@xxxxxxxxxxxx>
Date: Wed, 31 May 2017 15:43:30 -0400

> use of_mdio_parse_addr() in place of an OF read of reg and a bounds
> check (which is litterally the exact same thing that
> of_mdio_parse_addr() does)
>
> Signed-off-by: Jon Mason <jon.mason@xxxxxxxxxxxx>

Applied, thanks Jon.