]> git.baikalelectronics.ru Git - kernel.git/commit
RDMA/pvrdma: Fix missing pci disable in pvrdma_pci_probe()
authorQiushi Wu <wu000273@umn.edu>
Sat, 23 May 2020 03:04:57 +0000 (22:04 -0500)
committerJason Gunthorpe <jgg@mellanox.com>
Mon, 25 May 2020 17:24:09 +0000 (14:24 -0300)
commit387e850e059ec4a566dac9374260c924dca8c17d
treec2fefe6993cff1d75e974d11f0d2233a3fc4d9e0
parentaa37d43bbd2a05cb718be4a8e35cb2a4c182e734
RDMA/pvrdma: Fix missing pci disable in pvrdma_pci_probe()

In function pvrdma_pci_probe(), pdev was not disabled in one error
path. Thus replace the jump target “err_free_device” by
"err_disable_pdev".

Fixes: 65cfc2528fa1 ("IB: Add vmw_pvrdma driver")
Link: https://lore.kernel.org/r/20200523030457.16160-1-wu000273@umn.edu
Signed-off-by: Qiushi Wu <wu000273@umn.edu>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
drivers/infiniband/hw/vmw_pvrdma/pvrdma_main.c