]> git.baikalelectronics.ru Git - kernel.git/commit
of_net: fix of_get_mac_address retval if compiled without CONFIG_OF
authorPetr Štetiar <ynezz@true.cz>
Sun, 19 May 2019 12:18:44 +0000 (14:18 +0200)
committerDavid S. Miller <davem@davemloft.net>
Sun, 19 May 2019 17:35:20 +0000 (10:35 -0700)
commit07efaa1915cd3a72dca5654b1144e61236c01c93
tree151c3742be2d70881ea521870f420c17979ece34
parent6ca34d16a15acb20085ee98548fe866f4b361199
of_net: fix of_get_mac_address retval if compiled without CONFIG_OF

of_get_mac_address prior to commit fe45bccd460e ("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: fe45bccd460e ("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>
include/linux/of_net.h