diff options
author | Vaishali Thakkar <vthakkar1994@gmail.com> | 2015-07-08 08:19:30 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-07-10 00:51:15 +0300 |
commit | adb3505086def6d3e37013ec6cf8313cc719cbb6 (patch) | |
tree | 077b78dd94078882951e843c5cae593e93d2b773 /tools/perf/scripts/python/check-perf-trace.py | |
parent | d5de1987853a7778bb048a9e52b3486eb9aceb17 (diff) | |
download | linux-adb3505086def6d3e37013ec6cf8313cc719cbb6.tar.xz |
net: systemport: Use eth_hw_addr_random
Use eth_hw_addr_random() instead of calling random_ether_addr().
Here, this change is setting addr_assign_type to NET_ADDR_RANDOM.
The Coccinelle semantic patch that performs this transformation
is as follows:
@@
identifier a,b;
@@
-random_ether_addr(a->b);
+eth_hw_addr_random(a);
Signed-off-by: Vaishali Thakkar <vthakkar1994@gmail.com>
Tested-by: Florian Fainelli <f.fainelli@gmail.com>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/check-perf-trace.py')
0 files changed, 0 insertions, 0 deletions