commit | 4dad81ee14479c74973ee669612a367b3a675743 | [log] [tgz] |
---|---|---|
author | Andrew Lunn <andrew@lunn.ch> | Sun Apr 28 19:37:19 2019 +0200 |
committer | David S. Miller <davem@davemloft.net> | Sun Apr 28 19:41:01 2019 -0400 |
tree | deb8e24e0569d3e3d5e320f8fc159a5ca019235a | |
parent | c39e2a1d71ade2e59c92280fb2b4daf06b0e240f [diff] |
dsa: Add stub tag driver put method When a DSA switch driver is unloaded, the lock on the tag driver should be released so the module can be unloaded. Add the needed calls, but leave the actual release code as a stub. Signed-off-by: Andrew Lunn <andrew@lunn.ch> Reviewed-by: Florian Fainelli <f.fainelli@gmail.com> v2 Signed-off-by: David S. Miller <davem@davemloft.net>