]> git.baikalelectronics.ru Git - kernel.git/commit
qed: Fix missing error code in qed_slowpath_start()
authorchongjiapeng <jiapeng.chong@linux.alibaba.com>
Sat, 9 Oct 2021 08:09:26 +0000 (16:09 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 20 Oct 2021 09:40:17 +0000 (11:40 +0200)
commit69da8c36e97c9f3e51fa14d11023a324a44681d3
tree36029194753788ad20ea801d1f9a4472cc6dcc18
parentff8502d92999251573c99f944927894aef5544d4
qed: Fix missing error code in qed_slowpath_start()

commit a5a14ea7b4e55604acb0dc9d88fdb4cb6945bc77 upstream.

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

Eliminate the follow smatch warning:

drivers/net/ethernet/qlogic/qed/qed_main.c:1298 qed_slowpath_start()
warn: missing error code 'rc'.

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Fixes: d8d30662fbbf ("qed: aRFS infrastructure support")
Signed-off-by: chongjiapeng <jiapeng.chong@linux.alibaba.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/net/ethernet/qlogic/qed/qed_main.c