mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2024-12-29 09:13:38 +00: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
@ -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…
Reference in New Issue
Block a user