mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
nvme-rdma: fix wrong logging message
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>
This commit is contained in:
parent
60070c78ef
commit
d8bfceebc4
1 changed files with 1 additions and 1 deletions
|
@ -544,7 +544,7 @@ static int nvme_rdma_alloc_queue(struct nvme_rdma_ctrl *ctrl,
|
||||||
ret = nvme_rdma_wait_for_cm(queue);
|
ret = nvme_rdma_wait_for_cm(queue);
|
||||||
if (ret) {
|
if (ret) {
|
||||||
dev_info(ctrl->ctrl.device,
|
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;
|
goto out_destroy_cm_id;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue