Re: [PATCH] RDMA: fix missing pci disable in pvrdma_pci_probe()

From: Jason Gunthorpe
Date: Mon May 25 2020 - 13:24:59 EST


On Fri, May 22, 2020 at 10:04:57PM -0500, wu000273@xxxxxxx wrote:
> From: Qiushi Wu <wu000273@xxxxxxx>
>
> 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: 29c8d9eba550 ("IB: Add vmw_pvrdma driver")
> Signed-off-by: Qiushi Wu <wu000273@xxxxxxx>
> ---
> drivers/infiniband/hw/vmw_pvrdma/pvrdma_main.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)

Applied to for-next, thanks

Jason