Re: [PATCH net] qlcnic: Fix error code in probe

2020-12-17 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Wed, 16 Dec 2020 11:38:04 +0300 you wrote: > Return -EINVAL if we can't find the correct device. Currently it > returns success. > > Fixes: 13159183ec7a ("qlcnic: 83xx base driver") > Signed-off-by: Dan Carpenter > --- >

[PATCH net] qlcnic: Fix error code in probe

2020-12-16 Thread Dan Carpenter
Return -EINVAL if we can't find the correct device. Currently it returns success. Fixes: 13159183ec7a ("qlcnic: 83xx base driver") Signed-off-by: Dan Carpenter --- drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/net/ethernet/qlogic/ql