Re: [PATCH] driver: add manual_bind_only option for virtual stub drivers

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Jacob,

[auto build test ERROR on vfio/next]
[also build test ERROR on v4.4 next-20160112]
[if your patch is applied to the wrong git tree, please drop us a note to help improving the system]

url:    https://github.com/0day-ci/linux/commits/Jacob-Keller/driver-add-manual_bind_only-option-for-virtual-stub-drivers/20160113-053451
base:   https://github.com/awilliam/linux-vfio.git next
config: x86_64-randconfig-x012-01110856 (attached as .config)
reproduce:
        # save the attached .config to linux build tree
        make ARCH=x86_64 

All errors (new ones prefixed by >>):

>> drivers/vfio/pci/vfio_pci.c:1049:27: error: expected '}' before ';' token
      .manual_bind_only = true;
                              ^

vim +1049 drivers/vfio/pci/vfio_pci.c

  1043		.name		= "vfio-pci",
  1044		.id_table	= NULL, /* only dynamic ids */
  1045		.probe		= vfio_pci_probe,
  1046		.remove		= vfio_pci_remove,
  1047		.err_handler	= &vfio_err_handlers,
  1048		.driver = {
> 1049			.manual_bind_only = true;
  1050		},
  1051	};
  1052	

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

Attachment: .config.gz
Description: Binary data


[Index of Archives]     [DMA Engine]     [Linux Coverity]     [Linux USB]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [Greybus]

  Powered by Linux