lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 8 Aug 2016 16:41:17 +0800
From:	kbuild test robot <lkp@...el.com>
To:	Keerthy <j-keerthy@...com>
Cc:	kbuild-all@...org, broonie@...nel.org, lee.jones@...aro.org,
	tony@...mide.com, j-keerthy@...com, linus.walleij@...aro.org,
	gnurou@...il.com, linux-omap@...r.kernel.org,
	linux-kernel@...r.kernel.org, devicetree@...r.kernel.org,
	linux-gpio@...r.kernel.org, robh+dt@...nel.org
Subject: Re: [PATCH v6 2/4] mfd: lp873x: Add lp873x PMIC support

Hi Keerthy,

[auto build test WARNING on gpio/for-next]
[also build test WARNING 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: cris-allyesconfig (attached as .config)
compiler: cris-linux-gcc (GCC) 4.6.3
reproduce:
        wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # save the attached .config to linux build tree
        make.cross ARCH=cris 

All warnings (new ones prefixed by >>):

   drivers/mfd/lp873x.c:83:2: error: unknown field 'probe_new' specified in initializer
>> drivers/mfd/lp873x.c:83:2: warning: initialization from incompatible pointer type [enabled by default]
   drivers/mfd/lp873x.c:83:2: warning: (near initialization for 'lp873x_driver.id_table') [enabled by default]

vim +83 drivers/mfd/lp873x.c

    67	
    68		return ret;
    69	}
    70	
    71	static const struct of_device_id of_lp873x_match_table[] = {
    72		{ .compatible = "ti,lp8733", },
    73		{ .compatible = "ti,lp8732", },
    74		{}
    75	};
    76	MODULE_DEVICE_TABLE(of, of_lp873x_match_table);
    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	
    87	MODULE_AUTHOR("J Keerthy <j-keerthy@...com>");
    88	MODULE_DESCRIPTION("LP873X chip family multi-function driver");
    89	MODULE_LICENSE("GPL v2");

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

Download attachment ".config.gz" of type "application/octet-stream" (39202 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ