commit | 293784a8f856e854b4742be4aacf435062d91e9c | [log] [tgz] |
---|---|---|
author | Florian Fainelli <f.fainelli@gmail.com> | Thu Jan 26 10:45:52 2017 -0800 |
committer | David S. Miller <davem@davemloft.net> | Thu Jan 26 15:43:53 2017 -0500 |
tree | 1fa42ba1ef912b78e184e5bbddc046ae8d0df2e8 | |
parent | 55ed0ce0898e15fec30d2ca2a563d7934b082375 [diff] |
net: dsa: Make most functions take a dsa_port argument In preparation for allowing platform data, and therefore no valid device_node pointer, make most DSA functions takes a pointer to a dsa_port structure whenever possible. While at it, introduce a dsa_port_is_valid() helper function which checks whether port->dn is NULL or not at the moment. Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>