projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
60070c7
)
nvme-rdma: fix wrong logging message
author
Sagi Grimberg
<sagi@grimberg.me>
Wed, 11 Oct 2017 12:29:07 +0000
(15:29 +0300)
committer
Christoph Hellwig
<hch@lst.de>
Wed, 18 Oct 2017 17:27:51 +0000
(19:27 +0200)
Not necessarily address resolution failed.
Signed-off-by: Sagi Grimberg <sagi@grimberg.me>
Reviewed-by: Max Gurtovoy <maxg@mellanox.com>
Reviewed-by: Johannes Thumshirn <jthumshirn@suse.de>
Signed-off-by: Christoph Hellwig <hch@lst.de>
drivers/nvme/host/rdma.c
patch
|
blob
|
history
diff --git
a/drivers/nvme/host/rdma.c
b/drivers/nvme/host/rdma.c
index 93c8578a2ddc2233c2abda88d46a8779ced9dd12..02b3388af308ca418e5db39a515edad3086f4b59 100644
(file)
--- a/
drivers/nvme/host/rdma.c
+++ b/
drivers/nvme/host/rdma.c
@@
-544,7
+544,7
@@
static int nvme_rdma_alloc_queue(struct nvme_rdma_ctrl *ctrl,
ret = nvme_rdma_wait_for_cm(queue);
if (ret) {
dev_info(ctrl->ctrl.device,
- "rdma
_resolve_addr wait failed (%d).
\n", ret);
+ "rdma
connection establishment failed (%d)
\n", ret);
goto out_destroy_cm_id;
}