net: of_mdio: factor out code to parse a phy's 'reg' property
authorDaniel Mack <zonque@gmail.com>
Sat, 24 May 2014 07:34:25 +0000 (09:34 +0200)
committerDavid S. Miller <davem@davemloft.net>
Thu, 29 May 2014 22:23:18 +0000 (15:23 -0700)
commit8f8382888cbaf6de13046437d41a1c3d1394d51f
treec55be762ab32ea47eedfe2b1dfe27a08ea4640d6
parent6623b4194459c07859d3e3196c3994fa7be5b88e
net: of_mdio: factor out code to parse a phy's 'reg' property

Factor out some logic into of_mdio_parse_addr() so it can be reused
later. While at it, use of_property_read_u32() rather than open-coding
the same logic again.

Signed-off-by: Daniel Mack <zonque@gmail.com>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/of/of_mdio.c