aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorVivien Didelot <[email protected]>2017-05-26 18:12:51 -0400
committerDavid S. Miller <[email protected]>2017-05-31 12:35:43 -0400
commit23c9ee4934e7a79b49151d0f05c24117d69c73fe (patch)
treed4c5a136738596efc5427533a49c7b030b95fb3b /tools/perf/scripts/python/bin
parent9525cc53aa8a5b90a1cd3c3cc7f2a771baa4a544 (diff)
net: dsa: remove dev arg of dsa_register_switch
The current dsa_register_switch function takes a useless struct device pointer argument, which always equals ds->dev. Drivers either call it with ds->dev, or with the same device pointer passed to dsa_switch_alloc, which ends up being assigned to ds->dev. This patch removes the second argument of the dsa_register_switch and _dsa_register_switch functions. Signed-off-by: Vivien Didelot <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions