summaryrefslogtreecommitdiff
path: root/drivers/net/vxlan.c
diff options
context:
space:
mode:
authorJakub Kicinski <kuba@kernel.org>2021-10-07 04:07:01 +0300
committerDavid S. Miller <davem@davemloft.net>2021-10-07 15:39:51 +0300
commitb8eeac565b162b6a00423a5d9ed2d1284342bdfd (patch)
tree9f5c2073f4b0155a2c122238f3939cf30bded3f4 /drivers/net/vxlan.c
parentd9eb44904e87c8ad1da0240849dbab638bacb799 (diff)
downloadlinux-b8eeac565b162b6a00423a5d9ed2d1284342bdfd.tar.xz
ethernet: use device_get_ethdev_address()
Use the new device_get_ethdev_address() helper for the cases where dev->dev_addr is passed in directly as the destination. @@ expression dev, np; @@ - device_get_mac_address(np, dev->dev_addr, ETH_ALEN) + device_get_ethdev_address(np, dev) Signed-off-by: Jakub Kicinski <kuba@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/vxlan.c')
0 files changed, 0 insertions, 0 deletions