OSDN Git Service

powerpc: tsi108: support of_get_mac_address new ERR_PTR error
authorPetr Štetiar <ynezz@true.cz>
Fri, 3 May 2019 14:27:15 +0000 (16:27 +0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 6 May 2019 04:47:07 +0000 (21:47 -0700)
commitea168cdf129944a11471dff5af93fc3c81c22c35
treec62aabfc0fc4bb0969c238903be48b862dc01685
parentc41593a04e3e9c28da46b13274dc9cb1773b9582
powerpc: tsi108: 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/powerpc/sysdev/tsi108_dev.c