commit | 284eb160681ce4f736dd05c83970a407a230ec6f | [log] [tgz] |
---|---|---|
author | Petr Štetiar <ynezz@true.cz> | Fri May 03 16:27:13 2019 +0200 |
committer | David S. Miller <davem@davemloft.net> | Sun May 05 21:47:07 2019 -0700 |
tree | e6e63ab2beefbee6acf47dcd08c726dba3a3f01e | |
parent | d31a36b5f407d796d121af745730712337cd32a1 [diff] |
staging: octeon-ethernet: support of_get_mac_address new ERR_PTR error There was NVMEM support added to of_get_mac_address, so it could now return ERR_PTR encoded error values, so we need to adjust all current users of of_get_mac_address to this new fact. Signed-off-by: Petr Štetiar <ynezz@true.cz> Signed-off-by: David S. Miller <davem@davemloft.net>