scsi: bfa: Fix error return in bfad_pci_init()
[ Upstream commit f0f6c3a4fcb80fcbcce4ff6739996dd98c228afd ] Fix to return error code -ENODEV from the error handling case instead of 0. Link: https://lore.kernel.org/r/20200925062423.161504-1-jingxiangfeng@huawei.com Fixes: 11ea3824140c ("scsi: bfa: fix calls to dma_set_mask_and_coherent()") Signed-off-by: Jing Xiangfeng <jingxiangfeng@huawei.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com> Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
parent
48df327e4b
commit
e6b7b40ace
@ -749,6 +749,7 @@ bfad_pci_init(struct pci_dev *pdev, struct bfad_s *bfad)
|
||||
|
||||
if (bfad->pci_bar0_kva == NULL) {
|
||||
printk(KERN_ERR "Fail to map bar0\n");
|
||||
rc = -ENODEV;
|
||||
goto out_release_region;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user