diff options
| author | Jakub Kicinski <[email protected]> | 2021-10-26 10:50:38 -0700 |
|---|---|---|
| committer | Jakub Kicinski <[email protected]> | 2021-10-27 17:13:12 -0700 |
| commit | 8b6ce9b0267259c16b26756661d7aea2b8e02828 (patch) | |
| tree | 79178c8601b37413c91061645e204c2ed541cd72 /tools/testing/selftests/bpf/prog_tests/queue_stack_map.c | |
| parent | 8db3cbc50748fe0990bfaa7dea113406b416e70b (diff) | |
staging: 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)
Acked-by: Greg Kroah-Hartman <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'tools/testing/selftests/bpf/prog_tests/queue_stack_map.c')
0 files changed, 0 insertions, 0 deletions