a51645f70f
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.
While at it, remove superfluous is_valid_ether_addr as the MAC address
returned from of_get_mac_address is always valid and checked by
is_valid_ether_addr anyway.
Fixes:
|
||
---|---|---|
.. | ||
Makefile | ||
sxgbe_common.h | ||
sxgbe_core.c | ||
sxgbe_desc.c | ||
sxgbe_desc.h | ||
sxgbe_dma.c | ||
sxgbe_dma.h | ||
sxgbe_ethtool.c | ||
sxgbe_main.c | ||
sxgbe_mdio.c | ||
sxgbe_mtl.c | ||
sxgbe_mtl.h | ||
sxgbe_platform.c | ||
sxgbe_reg.h |