Commit 14e501fd authored by Bob Pearson's avatar Bob Pearson Committed by Jason Gunthorpe
Browse files

RDMA/rxe: Replace pr_xxx by rxe_dbg_xxx in rxe_verbs.c

Replace calls to pr_xxx() in rxe_verbs.c with rxe_dbg_xxx().

Link: https://lore.kernel.org/r/20221103171013.20659-12-rpearsonhpe@gmail.com


Signed-off-by: default avatarBob Pearson <rpearsonhpe@gmail.com>
Signed-off-by: default avatarJason Gunthorpe <jgg@nvidia.com>
parent 0e609002
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -1103,7 +1103,7 @@ int rxe_register_device(struct rxe_dev *rxe, const char *ibdev_name)


	err = ib_register_device(dev, ibdev_name, NULL);
	err = ib_register_device(dev, ibdev_name, NULL);
	if (err)
	if (err)
		pr_warn("%s failed with error %d\n", __func__, err);
		rxe_dbg(rxe, "failed with error %d\n", err);


	/*
	/*
	 * Note that rxe may be invalid at this point if another thread
	 * Note that rxe may be invalid at this point if another thread