cavium: Return negative value when pci_alloc_irq_vectors() fails
authorZheyu Ma <zheyuma97@gmail.com>
Mon, 18 Oct 2021 02:16:22 +0000 (02:16 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 18 Oct 2021 12:46:02 +0000 (13:46 +0100)
commitb2cddb44bddc1a9c5949a978bb454bba863264db
treeed213578aa5826b3f85164a348967baa8155ab7d
parentd1a7b9e4696584ce05c12567762c18a866837a85
cavium: Return negative value when pci_alloc_irq_vectors() fails

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>
drivers/net/ethernet/cavium/thunder/nic_main.c