Re: [PATCH v6 2/4] mfd: lp873x: Add lp873x PMIC support

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

 




Hi Keerthy,

[auto build test ERROR on gpio/for-next]
[also build test ERROR on v4.8-rc1 next-20160805]
[cannot apply to ljones-mfd/for-mfd-next]
[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/Keerthy/mfd-lp873x-Add-lp873x-PMIC-support/20160808-135204
base:   https://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git for-next
config: i386-allmodconfig (attached as .config)
compiler: gcc-6 (Debian 6.1.1-9) 6.1.1 20160705
reproduce:
        # save the attached .config to linux build tree
        make ARCH=i386 

All errors (new ones prefixed by >>):

>> drivers/mfd/lp873x.c:83:2: error: unknown field 'probe_new' specified in initializer
     .probe_new  = lp873x_probe,
     ^
>> drivers/mfd/lp873x.c:83:16: error: initialization from incompatible pointer type [-Werror=incompatible-pointer-types]
     .probe_new  = lp873x_probe,
                   ^~~~~~~~~~~~
   drivers/mfd/lp873x.c:83:16: note: (near initialization for 'lp873x_driver.id_table')
   cc1: some warnings being treated as errors

vim +/probe_new +83 drivers/mfd/lp873x.c

    77	
    78	static struct i2c_driver lp873x_driver = {
    79		.driver		= {
    80			.name	= "lp873x",
    81			.of_match_table = of_lp873x_match_table,
    82		},
  > 83		.probe_new		= lp873x_probe,
    84	};
    85	module_i2c_driver(lp873x_driver);
    86	

---
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]     [Device Tree Compilter]     [Device Tree Spec]     [Linux Driver Backports]     [Video for Linux]     [Linux USB Devel]     [Linux PCI Devel]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [XFree86]     [Yosemite Backpacking]
  Powered by Linux