[PATCH v6 10/10] nvme: use ctrl->device consistently for logging
kbuild test robot
lkp at intel.com
Thu Jun 8 14:08:46 PDT 2017
Hi Johannes,
[auto build test ERROR on block/for-next]
[also build test ERROR on v4.12-rc4 next-20170608]
[if your patch is applied to the wrong git tree, please drop us a note to help improve the system]
url: https://github.com/0day-ci/linux/commits/Johannes-Thumshirn/Implement-NVMe-Namespace-Descriptor-Identification/20170608-203614
base: https://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git for-next
config: i386-randconfig-a0-06050003 (attached as .config)
compiler: gcc-5 (Debian 5.4.1-2) 5.4.1 20160904
reproduce:
# save the attached .config to linux build tree
make ARCH=i386
All errors (new ones prefixed by >>):
drivers/nvme//host/fc.c: In function 'nvme_fc_connect_admin_queue':
>> drivers/nvme//host/fc.c:932:15: error: 'struct nvme_fc_ctrl' has no member named 'device'
dev_err(ctrl->device,
^
drivers/nvme//host/fc.c:947:15: error: 'struct nvme_fc_ctrl' has no member named 'device'
dev_err(ctrl->device,
^
drivers/nvme//host/fc.c: In function 'nvme_fc_connect_queue':
drivers/nvme//host/fc.c:1031:15: error: 'struct nvme_fc_ctrl' has no member named 'device'
dev_err(ctrl->device,
^
drivers/nvme//host/fc.c:1044:15: error: 'struct nvme_fc_ctrl' has no member named 'device'
dev_err(ctrl->device,
^
drivers/nvme//host/fc.c: In function '__nvme_fc_init_request':
drivers/nvme//host/fc.c:1412:15: error: 'struct nvme_fc_ctrl' has no member named 'device'
dev_err(ctrl->device,
^
drivers/nvme//host/fc.c:1422:15: error: 'struct nvme_fc_ctrl' has no member named 'device'
dev_err(ctrl->device,
^
vim +932 drivers/nvme//host/fc.c
926 else if (assoc_acc->connectid.desc_len !=
927 fcnvme_lsdesc_len(sizeof(struct fcnvme_lsdesc_conn_id)))
928 fcret = VERR_CONN_ID_LEN;
929
930 if (fcret) {
931 ret = -EBADF;
> 932 dev_err(ctrl->device,
933 "q %d connect failed: %s\n",
934 queue->qnum, validation_errors[fcret]);
935 } else {
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation
-------------- next part --------------
A non-text attachment was scrubbed...
Name: .config.gz
Type: application/gzip
Size: 26092 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-nvme/attachments/20170609/8e73a086/attachment-0001.gz>
More information about the Linux-nvme
mailing list