mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 12:43:29 +02: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:
committed by
David S. Miller
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)
|
||||||
|
Reference in New Issue
Block a user