diff options
| author | 2021-10-06 18:06:56 -0700 | |
|---|---|---|
| committer | 2021-10-07 13:39:51 +0100 | |
| commit | 9ca01b25dffffecf6c59339aad6b4736680e9fa3 (patch) | |
| tree | 09db4109c0c73f94baa22101c10af5a01f61fcdf /include/linux/etherdevice.h | |
| parent | of: net: add a helper for loading netdev->dev_addr (diff) | |
| download | linux-dev-9ca01b25dffffecf6c59339aad6b4736680e9fa3.tar.xz linux-dev-9ca01b25dffffecf6c59339aad6b4736680e9fa3.zip | |
ethernet: use of_get_ethdev_address()
Use the new of_get_ethdev_address() helper for the cases
where dev->dev_addr is passed in directly as the destination.
@@
expression dev, np;
@@
- of_get_mac_address(np, dev->dev_addr)
+ of_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 'include/linux/etherdevice.h')
0 files changed, 0 insertions, 0 deletions
