Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1731821

[tip:WIP.x86/apic 12/54] kernel/irq/chip.c:293:10: error: too many arguments to function 'irq_domain_activate_irq'

From kbuild test robot <fengguang.wu@intel.com>
Newsgroups linux.kernel
Subject [tip:WIP.x86/apic 12/54] kernel/irq/chip.c:293:10: error: too many arguments to function 'irq_domain_activate_irq'
Date 2017-09-13 22:00 +0200
Message-ID <uplZf-3dL-3@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


[Multipart message — attachments visible in raw view] - view raw

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git WIP.x86/apic
head:   ec83e24ccab662e9365a8e75c594b8fe28b258bb
commit: bf144b7b4566caa3f5f7005ae097ff6773281edb [12/54] genirq/irqdomain: Propagate early activation
config: i386-tinyconfig (attached as .config)
compiler: gcc-6 (Debian 6.2.0-3) 6.2.0 20160901
reproduce:
        git checkout bf144b7b4566caa3f5f7005ae097ff6773281edb
        # save the attached .config to linux build tree
        make ARCH=i386 

All errors (new ones prefixed by >>):

   kernel/irq/chip.c: In function 'irq_activate':
>> kernel/irq/chip.c:293:10: error: too many arguments to function 'irq_domain_activate_irq'
      return irq_domain_activate_irq(d, false);
             ^~~~~~~~~~~~~~~~~~~~~~~
   In file included from kernel/irq/chip.c:22:0:
   kernel/irq/internals.h:442:19: note: declared here
    static inline int irq_domain_activate_irq(struct irq_data *data)
                      ^~~~~~~~~~~~~~~~~~~~~~~

vim +/irq_domain_activate_irq +293 kernel/irq/chip.c

   287	
   288	int irq_activate(struct irq_desc *desc)
   289	{
   290		struct irq_data *d = irq_desc_get_irq_data(desc);
   291	
   292		if (!irqd_affinity_is_managed(d))
 > 293			return irq_domain_activate_irq(d, false);
   294		return 0;
   295	}
   296	

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

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

[tip:WIP.x86/apic 12/54] kernel/irq/chip.c:293:10: error: too many  arguments to function 'irq_domain_activate_irq' kbuild test robot <fengguang.wu@intel.com> - 2017-09-13 22:00 +0200

csiph-web