linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: kbuild test robot <lkp@intel.com>
To: Ismail Kose <Ismail.Kose@maximintegrated.com>
Cc: kbuild-all@01.org, ihkose@gmail.com,
	Ismail.Kose@maximintegrated.com,
	Jonathan Cameron <jic23@kernel.org>,
	Hartmut Knaack <knaack.h@gmx.de>,
	Lars-Peter Clausen <lars@metafoo.de>,
	Peter Meerwald-Stadler <pmeerw@pmeerw.net>,
	Rob Herring <robh+dt@kernel.org>,
	Mark Rutland <mark.rutland@arm.com>,
	Maxime Roussin-Belanger <maxime.roussinbelanger@gmail.com>,
	Mike Looijmans <mike.looijmans@topic.nl>,
	Peter Rosin <peda@axentia.se>,
	Fabrice Gasnier <fabrice.gasnier@st.com>,
	Jean-Francois Dagenais <jeff.dagenais@gmail.com>,
	linux-iio@vger.kernel.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH v3] iio: dac: ds4422/ds4424 dac driver
Date: Tue, 19 Sep 2017 21:34:11 +0800	[thread overview]
Message-ID: <201709192138.tC3Jo3sC%fengguang.wu@intel.com> (raw)
In-Reply-To: <20170918221029.3610-1-Ismail.Kose@maximintegrated.com>

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

Hi Ismail,

[auto build test WARNING on iio/togreg]
[also build test WARNING on v4.14-rc1 next-20170919]
[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/Ismail-Kose/iio-dac-ds4422-ds4424-dac-driver/20170919-205022
base:   https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git togreg
config: ia64-allyesconfig (attached as .config)
compiler: ia64-linux-gcc (GCC) 6.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=ia64 

All warnings (new ones prefixed by >>):

>> drivers/iio/dac/ds4424.c:62:2: warning: 'unused' attribute ignored [-Wattributes]
     __maybe_unused uint16_t save[DS4424_MAX_DAC_CHANNELS];
     ^~~~~~~~~~~~~~
   drivers/iio/dac/ds4424.c: In function 'ds4424_parse_dt':
   drivers/iio/dac/ds4424.c:232:6: warning: unused variable 'count' [-Wunused-variable]
     int count;
         ^~~~~

vim +/unused +62 drivers/iio/dac/ds4424.c

    58	
    59	struct ds4424_data {
    60		struct i2c_client *client;
    61		struct mutex lock;
  > 62		__maybe_unused uint16_t save[DS4424_MAX_DAC_CHANNELS];
    63		uint32_t rfs_res[DS4424_MAX_DAC_CHANNELS];
    64		struct regulator *vcc_reg;
    65		uint8_t raw[DS4424_MAX_DAC_CHANNELS];
    66	};
    67	

---
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: 51525 bytes --]

      parent reply	other threads:[~2017-09-19 13:35 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-23 23:04 [PATCH] iio: dac: DS4424: add Maxim DS4422/DS4424 DAC driver support Ismail Kose
2017-06-24 17:37 ` Jonathan Cameron
2017-06-25 21:33 ` Peter Meerwald-Stadler
2017-06-26 19:56 ` Rob Herring
2017-06-29 12:47 ` Linus Walleij
2017-09-18 22:09 ` [PATCH v3] iio: dac: ds4422/ds4424 dac driver Ismail Kose
2017-09-19  4:48   ` Peter Meerwald-Stadler
2017-09-19  6:24     ` Ismail Kose
2017-09-19  7:23       ` [PATCH v5] " Ismail Kose
2017-09-21 23:26         ` Rob Herring
2017-09-22 15:09           ` Jonathan Cameron
2017-09-19  7:06     ` [PATCH v4] " Ismail Kose
2017-09-19 13:34   ` kbuild test robot [this message]

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=201709192138.tC3Jo3sC%fengguang.wu@intel.com \
    --to=lkp@intel.com \
    --cc=Ismail.Kose@maximintegrated.com \
    --cc=devicetree@vger.kernel.org \
    --cc=fabrice.gasnier@st.com \
    --cc=ihkose@gmail.com \
    --cc=jeff.dagenais@gmail.com \
    --cc=jic23@kernel.org \
    --cc=kbuild-all@01.org \
    --cc=knaack.h@gmx.de \
    --cc=lars@metafoo.de \
    --cc=linux-iio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mark.rutland@arm.com \
    --cc=maxime.roussinbelanger@gmail.com \
    --cc=mike.looijmans@topic.nl \
    --cc=peda@axentia.se \
    --cc=pmeerw@pmeerw.net \
    --cc=robh+dt@kernel.org \
    /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;
as well as URLs for NNTP newsgroup(s).