commit | d31a36b5f407d796d121af745730712337cd32a1 | [log] [tgz] |
---|---|---|
author | Petr Štetiar <ynezz@true.cz> | Fri May 03 16:27:12 2019 +0200 |
committer | David S. Miller <davem@davemloft.net> | Sun May 05 21:47:07 2019 -0700 |
tree | a3c34575135ffa786021c3cd823697a074f2683c | |
parent | adfb3cb2c52e7bf215ac5d97344e4ed57ab9ce9f [diff] |
net: wireless: 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>