Re: [PATCH v1 2/2] genirq: support multiple IRQ notifier.

2016-03-25 Thread kbuild test robot
Hi Weongyo, [auto build test ERROR on tip/irq/core] [also build test ERROR on v4.5 next-20160324] [if your patch is applied to the wrong git tree, please drop us a note to help improving the system] url: https://github.com/0day-ci/linux/commits/Weongyo-Jeong/genirq-support-multiple-IRQ-notif

Re: [PATCH v1 2/2] genirq: support multiple IRQ notifier.

2016-03-25 Thread kbuild test robot
Hi Weongyo, [auto build test WARNING on tip/irq/core] [also build test WARNING on v4.5 next-20160324] [if your patch is applied to the wrong git tree, please drop us a note to help improving the system] url: https://github.com/0day-ci/linux/commits/Weongyo-Jeong/genirq-support-multiple-IRQ-n

[PATCH v1 2/2] genirq: support multiple IRQ notifier.

2016-03-25 Thread Weongyo Jeong
At current implementation, it only supports one IRQ notifier for irq_desc. When if we try to register another IRQ notifier, it automatically un-register previous one and register new one. With this patch, multiple IRQ notifier is supported. Signed-off-by: Weongyo Jeong --- drivers/infiniband/hw