From: Jiang Liu Date: Thu, 6 Nov 2014 14:20:33 +0000 (+0800) Subject: PCI/MSI: Kill redundant call of irq_set_msi_desc() for MSI-X interrupts X-Git-Tag: omap-for-v3.19/fixes-rc1~77^2~47 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d71d6432e105fe80d33f930276bb146be4732330;p=pandora-kernel.git 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 Cc: Bjorn Helgaas Cc: Grant Likely Cc: Marc Zyngier Cc: Yingjoe Chen Cc: Yijing Wang Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed