All of lore.kernel.org
 help / color / mirror / Atom feed
From: kbuild test robot <lkp@intel.com>
To: michael.hennerich@analog.com
Cc: kbuild-all@01.org, alex.aring@gmail.com,
	stefan@datenfreihafen.org, marcel@holtmann.org,
	linux-wpan@vger.kernel.org, linux-bluetooth@vger.kernel.org,
	Michael Hennerich <michael.hennerich@analog.com>
Subject: Re: [PATCH] drivers/net/ieee802154/adf7242: Driver for ADF7242 MAC IEEE802154
Date: Fri, 4 Dec 2015 21:34:52 +0800	[thread overview]
Message-ID: <201512042148.LFJaEaIU%fengguang.wu@intel.com> (raw)
In-Reply-To: <1449220149-14096-1-git-send-email-michael.hennerich@analog.com>

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

Hi Michael,

[auto build test ERROR on net-next/master]
[also build test ERROR on v4.4-rc3 next-20151203]

url:    https://github.com/0day-ci/linux/commits/michael-hennerich-analog-com/drivers-net-ieee802154-adf7242-Driver-for-ADF7242-MAC-IEEE802154/20151204-203347
config: tile-allyesconfig (attached as .config)
reproduce:
        wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # save the attached .config to linux build tree
        make.cross ARCH=tile 

All error/warnings (new ones prefixed by >>):

   drivers/net/ieee802154/adf7242.c: In function 'adf7242_rx':
>> drivers/net/ieee802154/adf7242.c:809:3: warning: format '%d' expects argument of type 'int', but argument 4 has type 'size_t'
   drivers/net/ieee802154/adf7242.c:832:2: warning: format '%d' expects argument of type 'int', but argument 6 has type 'size_t'
   drivers/net/ieee802154/adf7242.c: In function 'adf7242_probe':
>> drivers/net/ieee802154/adf7242.c:1110:2: error: implicit declaration of function 'irq_get_trigger_type'
   cc1: some warnings being treated as errors

vim +/irq_get_trigger_type +1110 drivers/net/ieee802154/adf7242.c

  1104		spi_set_drvdata(spi, lp);
  1105	
  1106		ret = adf7242_hw_init(lp);
  1107		if (ret)
  1108			goto err_hw_init;
  1109	
> 1110		irq_type = irq_get_trigger_type(spi->irq);
  1111		if (!irq_type)
  1112			irq_type = IRQF_TRIGGER_HIGH;
  1113	

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

[-- Attachment #2: .config.gz --]
[-- Type: application/octet-stream, Size: 42477 bytes --]

WARNING: multiple messages have this Message-ID (diff)
From: kbuild test robot <lkp@intel.com>
To: michael.hennerich@analog.com
Cc: kbuild-all@01.org, alex.aring@gmail.com,
	stefan@datenfreihafen.org, marcel@holtmann.org,
	linux-wpan@vger.kernel.org, linux-bluetooth@vger.kernel.org
Subject: Re: [PATCH] drivers/net/ieee802154/adf7242: Driver for ADF7242 MAC IEEE802154
Date: Fri, 4 Dec 2015 21:34:52 +0800	[thread overview]
Message-ID: <201512042148.LFJaEaIU%fengguang.wu@intel.com> (raw)
In-Reply-To: <1449220149-14096-1-git-send-email-michael.hennerich@analog.com>

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

Hi Michael,

[auto build test ERROR on net-next/master]
[also build test ERROR on v4.4-rc3 next-20151203]

url:    https://github.com/0day-ci/linux/commits/michael-hennerich-analog-com/drivers-net-ieee802154-adf7242-Driver-for-ADF7242-MAC-IEEE802154/20151204-203347
config: tile-allyesconfig (attached as .config)
reproduce:
        wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # save the attached .config to linux build tree
        make.cross ARCH=tile 

All error/warnings (new ones prefixed by >>):

   drivers/net/ieee802154/adf7242.c: In function 'adf7242_rx':
>> drivers/net/ieee802154/adf7242.c:809:3: warning: format '%d' expects argument of type 'int', but argument 4 has type 'size_t'
   drivers/net/ieee802154/adf7242.c:832:2: warning: format '%d' expects argument of type 'int', but argument 6 has type 'size_t'
   drivers/net/ieee802154/adf7242.c: In function 'adf7242_probe':
>> drivers/net/ieee802154/adf7242.c:1110:2: error: implicit declaration of function 'irq_get_trigger_type'
   cc1: some warnings being treated as errors

vim +/irq_get_trigger_type +1110 drivers/net/ieee802154/adf7242.c

  1104		spi_set_drvdata(spi, lp);
  1105	
  1106		ret = adf7242_hw_init(lp);
  1107		if (ret)
  1108			goto err_hw_init;
  1109	
> 1110		irq_type = irq_get_trigger_type(spi->irq);
  1111		if (!irq_type)
  1112			irq_type = IRQF_TRIGGER_HIGH;
  1113	

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

[-- Attachment #2: .config.gz --]
[-- Type: application/octet-stream, Size: 42477 bytes --]

  parent reply	other threads:[~2015-12-04 13:34 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-04  9:09 [PATCH] drivers/net/ieee802154/adf7242: Driver for ADF7242 MAC IEEE802154 michael.hennerich
2015-12-04  9:09 ` michael.hennerich
2015-12-04 12:07 ` Stefan Schmidt
2015-12-07 12:02   ` Stefan Schmidt
2015-12-07 12:18     ` Michael Hennerich
2015-12-07 12:18       ` Michael Hennerich
2015-12-07 13:25       ` Alexander Aring
2015-12-07 13:34         ` Michael Hennerich
2015-12-07 13:34           ` Michael Hennerich
2015-12-07 14:12           ` Alexander Aring
2015-12-08  8:07             ` Michael Hennerich
2015-12-08  8:07               ` Michael Hennerich
2015-12-08 15:53               ` Alexander Aring
2015-12-08 16:02                 ` Michael Hennerich
2015-12-08 16:02                   ` Michael Hennerich
2015-12-09 10:31                   ` Alexander Aring
2015-12-10  0:04                     ` Stefan Schmidt
2015-12-07 15:08         ` Stefan Schmidt
2015-12-07 14:54       ` Stefan Schmidt
2015-12-07 12:47   ` Michael Hennerich
2015-12-07 12:47     ` Michael Hennerich
2015-12-07 13:53     ` Alexander Aring
2015-12-08  8:43       ` Michael Hennerich
2015-12-08  8:43         ` Michael Hennerich
2015-12-08 17:11         ` Alexander Aring
2015-12-09  9:53           ` Michael Hennerich
2015-12-09  9:53             ` Michael Hennerich
2015-12-09 14:55             ` Alexander Aring
2015-12-09 16:09               ` Michael Hennerich
2015-12-09 16:09                 ` Michael Hennerich
2015-12-07 15:03     ` Stefan Schmidt
2015-12-04 12:42 ` Christopher Friedt
2015-12-04 13:34 ` kbuild test robot [this message]
2015-12-04 13:34   ` kbuild test robot
2015-12-04 13:41 ` kbuild test robot
2015-12-04 13:41   ` kbuild 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=201512042148.LFJaEaIU%fengguang.wu@intel.com \
    --to=lkp@intel.com \
    --cc=alex.aring@gmail.com \
    --cc=kbuild-all@01.org \
    --cc=linux-bluetooth@vger.kernel.org \
    --cc=linux-wpan@vger.kernel.org \
    --cc=marcel@holtmann.org \
    --cc=michael.hennerich@analog.com \
    --cc=stefan@datenfreihafen.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 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.