diff options
author | Petr Štetiar <ynezz@true.cz> | 2019-05-19 14:18:44 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-05-19 10:35:20 -0700 |
commit | 6a0a923dfa1480df41fb486323b8375e387d516f (patch) | |
tree | 151c3742be2d70881ea521870f420c17979ece34 /arch/arm/mach-ixp4xx/dsmg600-setup.c | |
parent | 85806af0c6bac0feb777e255a25fd5d0cf6ad38e (diff) | |
download | linux-6a0a923dfa1480df41fb486323b8375e387d516f.tar.gz linux-6a0a923dfa1480df41fb486323b8375e387d516f.tar.bz2 linux-6a0a923dfa1480df41fb486323b8375e387d516f.zip |
of_net: fix of_get_mac_address retval if compiled without CONFIG_OF
of_get_mac_address prior to commit d01f449c008a ("of_net: add NVMEM
support to of_get_mac_address") could return only valid pointer or NULL,
after this change it could return only valid pointer or ERR_PTR encoded
error value, but I've forget to change the return value of
of_get_mac_address in case where the kernel is compiled without
CONFIG_OF, so I'm doing so now.
Cc: Mirko Lindner <mlindner@marvell.com>
Cc: Stephen Hemminger <stephen@networkplumber.org>
Fixes: d01f449c008a ("of_net: add NVMEM support to of_get_mac_address")
Reported-by: Octavio Alvarez <octallk1@alvarezp.org>
Signed-off-by: Petr Štetiar <ynezz@true.cz>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/arm/mach-ixp4xx/dsmg600-setup.c')
0 files changed, 0 insertions, 0 deletions