diff options
author | Jakub Kicinski <kuba@kernel.org> | 2021-10-07 21:18:47 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-10-08 16:54:34 +0300 |
commit | 4d04cdc5ee4961022b1bdc76b76132787b8c9e5b (patch) | |
tree | 5eabc94964640c912a93b6517cd7ca34d704f746 /tools/firewire | |
parent | ba882580f211dbe4fee7f010c9d38dd879db83a6 (diff) | |
download | linux-4d04cdc5ee4961022b1bdc76b76132787b8c9e5b.tar.xz |
ethernet: use platform_get_ethdev_address()
Use the new platform_get_ethdev_address() helper for the cases
where dev->dev_addr is passed in directly as the destination.
@@
expression dev, net;
@@
- eth_platform_get_mac_address(dev, net->dev_addr)
+ platform_get_ethdev_address(dev, net)
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/firewire')
0 files changed, 0 insertions, 0 deletions