+1
−2
Loading
stable inclusion from stable-v6.6.79 commit 62091d80e1558043400bf7d9756f6159f20cb30b category: bugfix bugzilla: https://gitee.com/openeuler/kernel/issues/IBXANC Reference: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=62091d80e1558043400bf7d9756f6159f20cb30b -------------------------------- [ Upstream commit c25bdd2ac8cf7da70a226f1a66cdce7af15ff86f ] 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:Li Zetao <lizetao1@huawei.com> Reviewed-by:
Petr Machata <petrm@nvidia.com> Signed-off-by:
David S. Miller <davem@davemloft.net> Stable-dep-of: becbd5850c03 ("neighbour: use RCU protection in __neigh_notify()") Signed-off-by:
Sasha Levin <sashal@kernel.org> (cherry picked from commit 62091d80e1558043400bf7d9756f6159f20cb30b) Signed-off-by:
Wentao Guan <guanwentao@uniontech.com>