mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
bnxt_en: fix error return code in bnxt_init_one()
[ Upstream commitb5f796b62c] Fix to return a negative error code from the error handling case instead of 0, as done elsewhere in this function. Fixes:c213eae8d3("bnxt_en: Improve VF/PF link change logic.") Reported-by: Hulk Robot <hulkci@huawei.com> Signed-off-by: Zhang Changzhong <zhangchangzhong@huawei.com> Reviewed-by: Edwin Peer <edwin.peer@broadcom.com> Link: https://lore.kernel.org/r/1605701851-20270-1-git-send-email-zhangchangzhong@huawei.com Signed-off-by: Jakub Kicinski <kuba@kernel.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
0b364d26a1
commit
6fc2786e95
@@ -9120,6 +9120,7 @@ static int bnxt_init_one(struct pci_dev *pdev, const struct pci_device_id *ent)
|
||||
create_singlethread_workqueue("bnxt_pf_wq");
|
||||
if (!bnxt_pf_wq) {
|
||||
dev_err(&pdev->dev, "Unable to create workqueue.\n");
|
||||
rc = -ENOMEM;
|
||||
goto init_err_pci_clean;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user