]> git.baikalelectronics.ru Git - kernel.git/commit
rtnetlink: Fix missing error code in rtnl_bridge_notify()
authorJiapeng Chong <jiapeng.chong@linux.alibaba.com>
Wed, 2 Jun 2021 10:15:04 +0000 (18:15 +0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 3 Jun 2021 20:56:27 +0000 (13:56 -0700)
commit9dfd13134a0dcccb50b680f36e95a697d1ec7845
tree7c0fe4c1ed39683ae87d66a316e5152ad8565561
parentb74907aaa1763f8638c3048e40ec2127463f4aa7
rtnetlink: Fix missing error code in rtnl_bridge_notify()

The error code is missing in this code scenario, add the error code
'-EINVAL' to the return value 'err'.

Eliminate the follow smatch warning:

net/core/rtnetlink.c:4834 rtnl_bridge_notify() warn: missing error code
'err'.

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/rtnetlink.c