commit | f163da8853aa9d8060157a96ed314299b87ba070 | [log] [tgz] |
---|---|---|
author | Vivien Didelot <vivien.didelot@savoirfairelinux.com> | Mon Nov 06 16:11:49 2017 -0500 |
committer | David S. Miller <davem@davemloft.net> | Thu Nov 09 09:26:49 2017 +0900 |
tree | 73eab0f44676943c15efaa98ea7015c21d7742b9 | |
parent | 1d27732f411d57f0168af30be2adb504b8b7749d [diff] |
net: dsa: add find port by node helper Instead of having two dsa_ds_find_port_dn (which returns a bool) and dsa_dst_find_port_dn (which returns a switch) functions, provide a more explicit dsa_tree_find_port_by_node function which returns a matching port. Signed-off-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com> Signed-off-by: David S. Miller <davem@davemloft.net>