Commit 44e35955 authored by Li Zetao's avatar Li Zetao Committed by Greg Kroah-Hartman
Browse files

neighbour: delete redundant judgment statements



[ Upstream commit c25bdd2a ]

The initial value of err is -ENOBUFS, and err is guaranteed to be
less than 0 before all goto errout. Therefore, on the error path
of errout, there is no need to repeatedly judge that err is less than 0,
and delete redundant judgments to make the code more concise.

Signed-off-by: default avatarLi Zetao <lizetao1@huawei.com>
Reviewed-by: default avatarPetr Machata <petrm@nvidia.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
Stable-dep-of: becbd585 ("neighbour: use RCU protection in __neigh_notify()")
Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
parent b870256d
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment