Skip to content
  • Vivien Didelot's avatar
    net: dsa: make the VLAN add function return void · 4d5770b3
    Vivien Didelot authored
    
    
    The switchdev design implies that a software error should not happen in
    the commit phase since it must have been previously reported in the
    prepare phase. If an hardware error occurs during the commit phase,
    there is nothing switchdev can do about it.
    
    The DSA layer separates port_vlan_prepare and port_vlan_add for
    simplicity and convenience. If an hardware error occurs during the
    commit phase, there is no need to report it outside the driver itself.
    
    Make the DSA port_vlan_add routine return void for explicitness.
    
    Signed-off-by: default avatarVivien Didelot <vivien.didelot@savoirfairelinux.com>
    Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
    4d5770b3