diff options
author | Jakub Kicinski <[email protected]> | 2021-10-06 18:06:56 -0700 |
---|---|---|
committer | David S. Miller <[email protected]> | 2021-10-07 13:39:51 +0100 |
commit | 9ca01b25dffffecf6c59339aad6b4736680e9fa3 (patch) | |
tree | 09db4109c0c73f94baa22101c10af5a01f61fcdf /tools/perf/scripts/python | |
parent | d466effe282ddbab6acb6c3120c1de0ee1b86d57 (diff) |
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 <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions