OSDN Git Service

ARM: Kirkwood: support of_get_mac_address new ERR_PTR error
authorPetr Štetiar <ynezz@true.cz>
Fri, 3 May 2019 14:27:14 +0000 (16:27 +0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 6 May 2019 04:47:07 +0000 (21:47 -0700)
commitc41593a04e3e9c28da46b13274dc9cb1773b9582
treec71aaa31fd2183b42996a0ce4392235bba1379ea
parent284eb160681ce4f736dd05c83970a407a230ec6f
ARM: Kirkwood: 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>
arch/arm/mach-mvebu/kirkwood.c