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