linux/drivers/net/ethernet/samsung/sxgbe
Petr Štetiar a51645f70f net: ethernet: 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.

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: d01f449c00 ("of_net: add NVMEM support to of_get_mac_address")
Signed-off-by: Petr Štetiar <ynezz@true.cz>
Signed-off-by: David S. Miller <davem@davemloft.net>
2019-05-07 12:22:47 -07:00
..
Makefile sxgbe: remove unused code 2016-02-10 06:10:17 -05:00
sxgbe_common.h net: ethernet: sxgbe: remove private tx queue lock 2016-12-10 23:23:35 -05:00
sxgbe_core.c
sxgbe_desc.c
sxgbe_desc.h
sxgbe_dma.c
sxgbe_dma.h
sxgbe_ethtool.c net: ethernet: sxgbe: mark expected switch fall-throughs 2018-08-07 17:54:20 -07:00
sxgbe_main.c cross-tree: phase out dma_zalloc_coherent() 2019-01-08 07:58:37 -05:00
sxgbe_mdio.c
sxgbe_mtl.c
sxgbe_mtl.h
sxgbe_platform.c net: ethernet: support of_get_mac_address new ERR_PTR error 2019-05-07 12:22:47 -07:00
sxgbe_reg.h