commit | 940783d08d1592619d3de15931de38c6da09cf13 | [log] [tgz] |
---|---|---|
author | Zheyu Ma <zheyuma97@gmail.com> | Mon Oct 18 02:16:22 2021 +0000 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Nov 18 14:03:41 2021 +0100 |
tree | 0d83b15d24caa389250dbd533d8c6a1941283b68 | |
parent | 75710d583cc4ccdfad1d94078ab8368a7353a5df [diff] |
cavium: Return negative value when pci_alloc_irq_vectors() fails [ Upstream commit b2cddb44bddc1a9c5949a978bb454bba863264db ] During the process of driver probing, the probe function should return < 0 for failure, otherwise, the kernel will treat value > 0 as success. Signed-off-by: Zheyu Ma <zheyuma97@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net> Signed-off-by: Sasha Levin <sashal@kernel.org>