mirror of
https://gitee.com/bianbu-linux/linux-6.6
synced 2025-04-24 14:07:52 -04:00
bridge: cfm: remove redundant return
Return statements are not needed in Void function. Signed-off-by: gushengxian <gushengxian@yulong.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
f2fcffe392
commit
98534fce52
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ static void br_cfm_notify(int event, const struct net_bridge_port *port)
|
||||||
{
|
{
|
||||||
u32 filter = RTEXT_FILTER_CFM_STATUS;
|
u32 filter = RTEXT_FILTER_CFM_STATUS;
|
||||||
|
|
||||||
return br_info_notify(event, port->br, NULL, filter);
|
br_info_notify(event, port->br, NULL, filter);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void cc_peer_enable(struct br_cfm_peer_mep *peer_mep)
|
static void cc_peer_enable(struct br_cfm_peer_mep *peer_mep)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue