OSDN Git Service

PCI/MSI: Kill redundant call of irq_set_msi_desc() for MSI-X interrupts
authorJiang Liu <jiang.liu@linux.intel.com>
Thu, 6 Nov 2014 14:20:33 +0000 (22:20 +0800)
committerThomas Gleixner <tglx@linutronix.de>
Sun, 23 Nov 2014 12:01:45 +0000 (13:01 +0100)
commitd71d6432e105fe80d33f930276bb146be4732330
treeca42d013c37b5be7e29a456c17e433823b6c55da
parent63a7b17e3fe8ef6217daa7be35e373c7807275f8
PCI/MSI: Kill redundant call of irq_set_msi_desc() for MSI-X interrupts

It is the repsonsibility of arch_setup_msi_irq()/arch_setup_msi_irqs()
to call irq_set_msi_desc() to associate IRQ descriptors and MSI
descriptors. Kill the redundant call of irq_set_msi_desc() for MSI-X
interrupts in the PCI MSI core.

Signed-off-by: Jiang Liu <jiang.liu@linux.intel.com>
Cc: Bjorn Helgaas <bhelgaas@google.com>
Cc: Grant Likely <grant.likely@linaro.org>
Cc: Marc Zyngier <marc.zyngier@arm.com>
Cc: Yingjoe Chen <yingjoe.chen@mediatek.com>
Cc: Yijing Wang <wangyijing@huawei.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
drivers/pci/msi.c