[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <201712301413.ZHQ2tX6r%fengguang.wu@intel.com>
Date: Sat, 30 Dec 2017 14:38:16 +0800
From: kbuild test robot <lkp@...el.com>
To: Andrey Smirnov <andrew.smirnov@...il.com>
Cc: kbuild-all@...org,
Srinivas Kandagatla <srinivas.kandagatla@...aro.org>,
Andrey Smirnov <andrew.smirnov@...il.com>,
Heiko Stuebner <heiko@...ech.de>,
Masahiro Yamada <yamada.masahiro@...ionext.com>,
Carlo Caione <carlo@...one.org>,
Kevin Hilman <khilman@...libre.com>,
Matthias Brugger <matthias.bgg@...il.com>,
Joachim Eastwood <manabian@...il.com>, cphealy@...il.com,
linux-kernel@...r.kernel.org, linux-mediatek@...ts.infradead.org,
linux-rockchip@...ts.infradead.org,
linux-amlogic@...ts.infradead.org,
linux-arm-kernel@...ts.infradead.org
Subject: Re: [PATCH 11/20] nvmem: meson-efuse: Convert to use
devm_nvmem_register()
Hi Andrey,
Thank you for the patch! Yet something to improve:
[auto build test ERROR on linus/master]
[also build test ERROR on v4.15-rc5]
[cannot apply to next-20171222]
[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/Andrey-Smirnov/Verbatim-device-names-and-devm_nvmem_-un-register/20171230-114930
config: arm64-allyesconfig (attached as .config)
compiler: aarch64-linux-gnu-gcc (Debian 7.2.0-11) 7.2.0
reproduce:
wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
chmod +x ~/bin/make.cross
# save the attached .config to linux build tree
make.cross ARCH=arm64
All errors (new ones prefixed by >>):
>> drivers/nvmem/meson-efuse.c:72:12: error: 'meson_efuse_remove' undeclared here (not in a function); did you mean 'meson_efuse_probe'?
.remove = meson_efuse_remove,
^~~~~~~~~~~~~~~~~~
meson_efuse_probe
vim +72 drivers/nvmem/meson-efuse.c
ad855eae Carlo Caione 2016-08-27 69
ad855eae Carlo Caione 2016-08-27 70 static struct platform_driver meson_efuse_driver = {
ad855eae Carlo Caione 2016-08-27 71 .probe = meson_efuse_probe,
ad855eae Carlo Caione 2016-08-27 @72 .remove = meson_efuse_remove,
ad855eae Carlo Caione 2016-08-27 73 .driver = {
ad855eae Carlo Caione 2016-08-27 74 .name = "meson-efuse",
ad855eae Carlo Caione 2016-08-27 75 .of_match_table = meson_efuse_match,
ad855eae Carlo Caione 2016-08-27 76 },
ad855eae Carlo Caione 2016-08-27 77 };
ad855eae Carlo Caione 2016-08-27 78
:::::: The code at line 72 was first introduced by commit
:::::: ad855eae6caf0d1dd17bce5bcd8e07759adc9903 nvmem: amlogic: Add Amlogic Meson EFUSE driver
:::::: TO: Carlo Caione <carlo@...lessm.com>
:::::: CC: Kevin Hilman <khilman@...libre.com>
---
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/gzip" (58528 bytes)
Powered by blists - more mailing lists