commit | f7af25a6ca1605af9d2611ae1ba02096a9c2e9df | [log] [tgz] |
---|---|---|
author | Petr Štetiar <ynezz@true.cz> | Fri May 03 16:27:09 2019 +0200 |
committer | David S. Miller <davem@davemloft.net> | Sun May 05 21:47:07 2019 -0700 |
tree | c42806f88aad52c8a7bc2d44dde99cbfe2da2a74 | |
parent | 541ddc66d665f0ed9e977f40bf99bb8bbf79d9c4 [diff] |
net: davinci: support of_get_mac_address new ERR_PTR error There was NVMEM support added directly to of_get_mac_address, and it uses nvmem_get_mac_address under the hood, so we can remove it. As of_get_mac_address can now return ERR_PTR encoded error values, adjust to that as well. Signed-off-by: Petr Štetiar <ynezz@true.cz> Signed-off-by: David S. Miller <davem@davemloft.net>