summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/fabrics.c
diff options
context:
space:
mode:
authorJens Axboe2017-08-29 17:09:11 +0200
committerJens Axboe2017-08-29 17:09:11 +0200
commit2b76da95638010a70435f8455913133acc26e93f (patch)
tree51a42a4473f95212102380d2eced64e970a1576c /drivers/nvme/host/fabrics.c
parentMerge tag 'v4.13-rc7' into for-4.14/block-postmerge (diff)
parentnvme: don't blindly overwrite identifiers on disk revalidate (diff)
downloadkernel-qcow2-linux-2b76da95638010a70435f8455913133acc26e93f.tar.gz
kernel-qcow2-linux-2b76da95638010a70435f8455913133acc26e93f.tar.xz
kernel-qcow2-linux-2b76da95638010a70435f8455913133acc26e93f.zip
Merge branch 'nvme-4.14' of git://git.infradead.org/nvme into for-4.14/block-postmerge
Pull NVMe changes from Christoph: "Below is the current set of NVMe updates for Linux 4.14, now against your postmerge branch, and with three more patches. The biggest bit comes from Sagi and refactors the RDMA driver to prepare for more code sharing in the setup and teardown path. But we have various features and bug fixes from a lot of people as well."
Diffstat (limited to 'drivers/nvme/host/fabrics.c')
-rw-r--r--drivers/nvme/host/fabrics.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/nvme/host/fabrics.c b/drivers/nvme/host/fabrics.c
index 5f5cd306f76d..fc3b6552f467 100644
--- a/drivers/nvme/host/fabrics.c
+++ b/drivers/nvme/host/fabrics.c
@@ -735,6 +735,7 @@ static int nvmf_parse_options(struct nvmf_ctrl_options *opts,
goto out;
}
if (uuid_parse(p, &hostid)) {
+ pr_err("Invalid hostid %s\n", p);
ret = -EINVAL;
goto out;
}