Re: [PATCH] drivers/net/ieee802154/adf7242: Driver for ADF7242 MAC IEEE802154

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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: .config.gz
Description: Binary data


[Index of Archives]     [Bluez Devel]     [Linux Wireless Networking]     [Linux Wireless Personal Area Networking]     [Linux ATH6KL]     [Linux USB Devel]     [Linux Media Drivers]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Big List of Linux Books]

  Powered by Linux