net: use eth_hw_addr_set() instead of ether_addr_copy()
Convert from ether_addr_copy() to eth_hw_addr_set(): @@ expression dev, np; @@ - ether_addr_copy(dev->dev_addr, np) + eth_hw_addr_set(dev, np) Signed-off-by:Jakub Kicinski <kuba@kernel.org> Signed-off-by:
David S. Miller <davem@davemloft.net>
Showing
- drivers/net/ipvlan/ipvlan_main.c 1 addition, 1 deletiondrivers/net/ipvlan/ipvlan_main.c
- drivers/net/macsec.c 1 addition, 1 deletiondrivers/net/macsec.c
- drivers/net/macvlan.c 1 addition, 1 deletiondrivers/net/macvlan.c
- net/8021q/vlan_dev.c 3 additions, 3 deletionsnet/8021q/vlan_dev.c
- net/dsa/slave.c 2 additions, 2 deletionsnet/dsa/slave.c
- net/hsr/hsr_device.c 1 addition, 1 deletionnet/hsr/hsr_device.c
- net/hsr/hsr_main.c 1 addition, 1 deletionnet/hsr/hsr_main.c
Loading
Please register or sign in to comment