aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic
diff options
context:
space:
mode:
authorJakub Kicinski <kuba@kernel.org>2021-10-06 18:07:01 -0700
committerDavid S. Miller <davem@davemloft.net>2021-10-07 13:39:51 +0100
commitb8eeac565b162b6a00423a5d9ed2d1284342bdfd (patch)
tree9f5c2073f4b0155a2c122238f3939cf30bded3f4 /drivers/net/ethernet/qlogic
parenteth: fwnode: add a helper for loading netdev->dev_addr (diff)
downloadlinux-dev-b8eeac565b162b6a00423a5d9ed2d1284342bdfd.tar.xz
linux-dev-b8eeac565b162b6a00423a5d9ed2d1284342bdfd.zip
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/ethernet/qlogic')
0 files changed, 0 insertions, 0 deletions