commit | ec15dd4269d0cbf947c9a2dfdcf08a917098fab1 | [log] [tgz] |
---|---|---|
author | Vivien Didelot <vivien.didelot@savoirfairelinux.com> | Mon Nov 06 16:11:46 2017 -0500 |
committer | David S. Miller <davem@davemloft.net> | Thu Nov 09 09:26:49 2017 +0900 |
tree | 01ca12642fb8db32a27dfb858ff4d62c746c53c4 | |
parent | 17a22fcfc84a422d98a0f54e67d4ee8ee3875849 [diff] |
net: dsa: setup and teardown tree This commit provides better scope for the DSA tree setup and teardown functions. It renames the "applied" bool to "setup" and print a message when the tree is setup, as it is done during teardown. At the same time, check dst->setup in dsa_tree_setup, where it is set to true. Signed-off-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com> Signed-off-by: David S. Miller <davem@davemloft.net>