mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 18:41:58 +09:00
bridge/br_netlink.c: no need to return void function
[ Upstream commit 4fd1edcdf13c0d234543ecf502092be65c5177db ]
br_info_notify is a void function. There is no need to return.
Fixes: b6d0425b81 ("bridge: cfm: Netlink Notifications.")
Signed-off-by: Hangbin Liu <liuhangbin@gmail.com>
Acked-by: Nikolay Aleksandrov <razor@blackwall.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
599c9ad5e1
commit
16be600293
@@ -650,7 +650,7 @@ void br_ifinfo_notify(int event, const struct net_bridge *br,
|
|||||||
{
|
{
|
||||||
u32 filter = RTEXT_FILTER_BRVLAN_COMPRESSED;
|
u32 filter = RTEXT_FILTER_BRVLAN_COMPRESSED;
|
||||||
|
|
||||||
return br_info_notify(event, br, port, filter);
|
br_info_notify(event, br, port, filter);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user