From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752077AbcHHGtj (ORCPT ); Mon, 8 Aug 2016 02:49:39 -0400 Received: from comal.ext.ti.com ([198.47.26.152]:40929 "EHLO comal.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751158AbcHHGth (ORCPT ); Mon, 8 Aug 2016 02:49:37 -0400 Subject: Re: [PATCH v6 2/4] mfd: lp873x: Add lp873x PMIC support To: kbuild test robot , Keerthy References: <201608081419.tHdP36PF%fengguang.wu@intel.com> CC: , , , , , , , , , , From: Keerthy Message-ID: <57A82B73.6070005@ti.com> Date: Mon, 8 Aug 2016 12:19:23 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: <201608081419.tHdP36PF%fengguang.wu@intel.com> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Monday 08 August 2016 11:56 AM, kbuild test robot wrote: > 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, Depends on: Rebased on top of http://www.gossamer-threads.com/lists/linux/kernel/2457552 As mentioned clearly. > 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 >