All of lore.kernel.org
 help / color / mirror / Atom feed
From: kbuild test robot <lkp@intel.com>
To: Chris Packham <chris.packham@alliedtelesis.co.nz>
Cc: kbuild-all@01.org, linux@roeck-us.net,
	linux-hwmon@vger.kernel.org, jdelvare@suse.com,
	Chris Packham <chris.packham@alliedtelesis.co.nz>,
	Jonathan Corbet <corbet@lwn.net>,
	linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH v4 2/3] hwmon: (adt7475) temperature smoothing
Date: Tue, 16 May 2017 16:17:16 +0800	[thread overview]
Message-ID: <201705161614.nmuA5Qiv%fengguang.wu@intel.com> (raw)
In-Reply-To: <20170515013029.31397-3-chris.packham@alliedtelesis.co.nz>

[-- Attachment #1: Type: text/plain, Size: 1421 bytes --]

Hi Chris,

[auto build test ERROR on hwmon/hwmon-next]
[also build test ERROR on v4.12-rc1 next-20170516]
[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/Chris-Packham/hwmon-adt7475-fan-stall-prevention/20170515-093530
base:   https://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git hwmon-next
config: x86_64-rhel (attached as .config)
compiler: gcc-6 (Debian 6.2.0-3) 6.2.0 20160901
reproduce:
        # save the attached .config to linux build tree
        make ARCH=x86_64 

All errors (new ones prefixed by >>):

   drivers/hwmon/adt7475.c: In function 'set_temp_st':
>> drivers/hwmon/adt7475.c:622:9: error: implicit declaration of function 'find_closest_descending' [-Werror=implicit-function-declaration]
      val = find_closest_descending(val, ad7475_st_map,
            ^~~~~~~~~~~~~~~~~~~~~~~
   cc1: some warnings being treated as errors

vim +/find_closest_descending +622 drivers/hwmon/adt7475.c

   616			shift = 4;
   617			idx = 1;
   618			break;
   619		}
   620	
   621		if (val > 0) {
 > 622			val = find_closest_descending(val, ad7475_st_map,
   623						      ARRAY_SIZE(ad7475_st_map));
   624			val |= 0x8;
   625		}

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

[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 38872 bytes --]

  parent reply	other threads:[~2017-05-16  8:17 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-15  1:30 [PATCH v4 0/3] (adt7475) small enhancements Chris Packham
2017-05-15  1:30 ` [PATCH v4 1/3] hwmon: (adt7475) fan stall prevention Chris Packham
2017-05-15 13:16   ` Guenter Roeck
2017-05-15  1:30 ` [PATCH v4 2/3] hwmon: (adt7475) temperature smoothing Chris Packham
2017-05-15 13:18   ` Guenter Roeck
2017-05-16  8:17   ` kbuild test robot [this message]
2017-05-16 20:30     ` Chris Packham
2017-05-16 22:00       ` Guenter Roeck
2017-05-17  3:06       ` [kbuild-all] " Ye Xiaolong
2017-05-17  3:26         ` Chris Packham
2017-05-17  4:39           ` Ye Xiaolong
2017-05-17  5:24             ` Guenter Roeck
2017-05-18  3:05               ` Ye Xiaolong
2017-05-18  4:09                 ` Guenter Roeck
2017-05-15  1:30 ` [PATCH v4 3/3] hwmon: (adt7475) add high frequency support Chris Packham
2017-05-15 13:26   ` Guenter Roeck
2017-05-15 21:02     ` Chris Packham

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=201705161614.nmuA5Qiv%fengguang.wu@intel.com \
    --to=lkp@intel.com \
    --cc=chris.packham@alliedtelesis.co.nz \
    --cc=corbet@lwn.net \
    --cc=jdelvare@suse.com \
    --cc=kbuild-all@01.org \
    --cc=linux-doc@vger.kernel.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.