On Sun, May 19, 2019 at 02:18:44PM +0200, Petr Štetiar wrote: > 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 <mlind...@marvell.com> > Cc: Stephen Hemminger <step...@networkplumber.org> > Fixes: d01f449c008a ("of_net: add NVMEM support to of_get_mac_address") > Reported-by: Octavio Alvarez <octal...@alvarezp.org> > Signed-off-by: Petr Štetiar <yn...@true.cz>
Reviewed-by: Andrew Lunn <and...@lunn.ch> Andrew