commit | 4bda14156ee22af4825c2dd140e76d0b301bcd1b | [log] [tgz] |
---|---|---|
author | Vladimir Oltean <vladimir.oltean@nxp.com> | Sat Nov 09 15:02:51 2019 +0200 |
committer | David S. Miller <davem@davemloft.net> | Mon Nov 11 12:59:10 2019 -0800 |
tree | ecc80274eeef4aa34f2d4fc518ed812ce3ec2137 | |
parent | 306fd44b1af9b2a5c245b0f14979cfe62e50fae3 [diff] |
net: mscc: ocelot: change prototypes of switchdev port attribute handlers This is needed so that the Felix DSA front-end can call the Ocelot implementations. The implementation of the "mc_disabled" switchdev attribute has also been simplified by using the read-modify-write macro instead of open-coding that operation. Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com> Signed-off-by: David S. Miller <davem@davemloft.net>