From: kernel test robot <lkp@intel.com>
To: Atif Ofluoglu <Atif.Ofluoglu@analog.com>, linux@roeck-us.net
Cc: kbuild-all@lists.01.org, jdelvare@suse.com,
linux-hwmon@vger.kernel.org, linux-kernel@vger.kernel.org,
Atif Ofluoglu <atif.ofluoglu@analog.com>
Subject: Re: [PATCH 1/2] hwmon: (pmbus/max20754) Add support for MAX20754
Date: Fri, 8 Jul 2022 02:56:46 +0800 [thread overview]
Message-ID: <202207080255.fBmFH9Ry-lkp@intel.com> (raw)
In-Reply-To: <3659043f92b0ca9e538679e00f7dcc214525ff2e.1657204859.git.atif.ofluoglu@analog.com>
Hi Atif,
Thank you for the patch! Yet something to improve:
[auto build test ERROR on groeck-staging/hwmon-next]
[also build test ERROR on linus/master v5.19-rc5 next-20220707]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch#_base_tree_information]
url: https://github.com/intel-lab-lkp/linux/commits/Atif-Ofluoglu/Adding-MAX20754-support/20220707-233249
base: https://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git hwmon-next
config: arc-randconfig-r043-20220707 (https://download.01.org/0day-ci/archive/20220708/202207080255.fBmFH9Ry-lkp@intel.com/config)
compiler: arceb-elf-gcc (GCC) 11.3.0
reproduce (this is a W=1 build):
wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
chmod +x ~/bin/make.cross
# https://github.com/intel-lab-lkp/linux/commit/52ef0855bc74f95cd6c170b5475a3e957d7e1028
git remote add linux-review https://github.com/intel-lab-lkp/linux
git fetch --no-tags linux-review Atif-Ofluoglu/Adding-MAX20754-support/20220707-233249
git checkout 52ef0855bc74f95cd6c170b5475a3e957d7e1028
# save the config file
mkdir build_dir && cp config build_dir/.config
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.3.0 make.cross W=1 O=build_dir ARCH=arc SHELL=/bin/bash drivers/hwmon/pmbus/
If you fix the issue, kindly add following tag where applicable
Reported-by: kernel test robot <lkp@intel.com>
All errors (new ones prefixed by >>):
>> drivers/hwmon/pmbus/max20754.c:381:19: error: 'pmbus_do_remove' undeclared here (not in a function); did you mean 'pmbus_do_probe'?
381 | .remove = pmbus_do_remove,
| ^~~~~~~~~~~~~~~
| pmbus_do_probe
vim +381 drivers/hwmon/pmbus/max20754.c
375
376 static struct i2c_driver max20754_driver = {
377 .driver = {
378 .name = "max20754",
379 },
380 .probe_new = max20754_probe,
> 381 .remove = pmbus_do_remove,
382 .id_table = max20754_id,
383 };
384
--
0-DAY CI Kernel Test Service
https://01.org/lkp
next prev parent reply other threads:[~2022-07-07 18:57 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-07-07 15:29 [PATCH 0/2] Adding MAX20754 support Atif Ofluoglu
2022-07-07 15:29 ` [PATCH 1/2] hwmon: (pmbus/max20754) Add support for MAX20754 Atif Ofluoglu
2022-07-07 18:56 ` kernel test robot [this message]
2022-07-13 14:16 ` Guenter Roeck
2022-07-07 15:29 ` [PATCH 2/2] Added documentation for Maxim Integrated max20754 hwmon userspace sysfs Atif Ofluoglu
2022-07-08 6:41 ` kernel test robot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=202207080255.fBmFH9Ry-lkp@intel.com \
--to=lkp@intel.com \
--cc=Atif.Ofluoglu@analog.com \
--cc=jdelvare@suse.com \
--cc=kbuild-all@lists.01.org \
--cc=linux-hwmon@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@roeck-us.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox