commit | 8f8382888cbaf6de13046437d41a1c3d1394d51f | [log] [tgz] |
---|---|---|
author | Daniel Mack <zonque@gmail.com> | Sat May 24 09:34:25 2014 +0200 |
committer | David S. Miller <davem@davemloft.net> | Thu May 29 15:23:18 2014 -0700 |
tree | c55be762ab32ea47eedfe2b1dfe27a08ea4640d6 | |
parent | 6623b4194459c07859d3e3196c3994fa7be5b88e [diff] |
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>