commit | 5210989283c28b909e13efb61c0e298c178bb76f | [log] [tgz] |
---|---|---|
author | Vivien Didelot <vivien.didelot@gmail.com> | Thu Aug 01 14:36:36 2019 -0400 |
committer | David S. Miller <davem@davemloft.net> | Thu Aug 01 16:43:09 2019 -0400 |
tree | adadad49ebb10833fce81da3f53ae1c6638f44cd | |
parent | 5ef8d249f8743325832a99fdaf997a28cbd0f78b [diff] |
net: dsa: mv88e6xxx: call vtu_getnext directly in vlan_del Wrapping mv88e6xxx_vtu_getnext makes the code less easy to read. Explicit the call to mv88e6xxx_vtu_getnext in _mv88e6xxx_port_vlan_del and the return value expected by switchdev in case of software VLANs. At the same time, rename the helper using an old underscore convention. Signed-off-by: Vivien Didelot <vivien.didelot@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>