Skip to content

Commit 14e501f

Browse files
Bob Pearsonjgunthorpe
authored andcommitted
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: Bob Pearson <rpearsonhpe@gmail.com> Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
1 parent 0e60900 commit 14e501f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/infiniband/sw/rxe/rxe_verbs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1103,7 +1103,7 @@ int rxe_register_device(struct rxe_dev *rxe, const char *ibdev_name)
11031103

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

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

0 commit comments

Comments
 (0)