Commit 98534fce authored by gushengxian's avatar gushengxian Committed by David S. Miller

bridge: cfm: remove redundant return

Return statements are not needed in Void function.
Signed-off-by: default avatargushengxian <gushengxian@yulong.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent f2fcffe3
......@@ -142,7 +142,7 @@ static void br_cfm_notify(int event, const struct net_bridge_port *port)
{
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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment