Re: [PATCH] of_net: fix of_get_mac_address retval if compiled without CONFIG_OF

From: David Miller
Date: Sun May 19 2019 - 13:37:54 EST


From: Petr Štetiar <ynezz@xxxxxxx>
Date: Sun, 19 May 2019 14:18:44 +0200

> 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@xxxxxxxxxxx>
> Cc: Stephen Hemminger <stephen@xxxxxxxxxxxxxxxxxx>
> Fixes: d01f449c008a ("of_net: add NVMEM support to of_get_mac_address")
> Reported-by: Octavio Alvarez <octallk1@xxxxxxxxxxxx>
> Signed-off-by: Petr Štetiar <ynezz@xxxxxxx>

Applied, thanks.