Hi Hannes, [auto build test ERROR on scsi/for-next] [also build test ERROR on v4.9-rc4 next-20161111] [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/Hannes-Reinecke/hpsa-scsi-mq-support/20161111-235235 base: https://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git for-next config: x86_64-randconfig-x017-201645 (attached as .config) compiler: gcc-6 (Debian 6.2.0-3) 6.2.0 20160901 reproduce: # save the attached .config to linux build tree make ARCH=x86_64 All errors (new ones prefixed by >>): drivers/scsi/hpsa.c: In function 'hpsa_scsi_add_host': >> drivers/scsi/hpsa.c:5653:40: error: 'struct ctlr_info' has no member named 'msix_vectors'; did you mean 'msix_vector'? if (h->intr_mode == PERF_MODE_INT && h->msix_vectors > 0) ^~ drivers/scsi/hpsa.c:5654:23: error: 'struct ctlr_info' has no member named 'msix_vectors'; did you mean 'msix_vector'? sh->nr_hw_queues = h->msix_vectors; ^~ drivers/scsi/hpsa.c: In function 'hpsa_get_cmd_index': drivers/scsi/hpsa.c:5687:19: error: 'struct ctlr_info' has no member named 'msix_vectors'; did you mean 'msix_vector'? msix_vectors = h->msix_vectors > 0 ? h->msix_vectors : 1; ^~ drivers/scsi/hpsa.c:5687:41: error: 'struct ctlr_info' has no member named 'msix_vectors'; did you mean 'msix_vector'? msix_vectors = h->msix_vectors > 0 ? h->msix_vectors : 1; ^~ vim +5653 drivers/scsi/hpsa.c 5647 5648 static int hpsa_scsi_add_host(struct ctlr_info *h) 5649 { 5650 int rv; 5651 struct Scsi_Host *sh = h->scsi_host; 5652 > 5653 if (h->intr_mode == PERF_MODE_INT && h->msix_vectors > 0) 5654 sh->nr_hw_queues = h->msix_vectors; 5655 else 5656 sh->nr_hw_queues = 1; --- 0-DAY kernel test infrastructure Open Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation
Attachment:
.config.gz
Description: application/gzip