From: Lucas Stach Date: Tue, 30 Sep 2014 16:36:26 +0000 (+0200) Subject: PCI: designware: Setup and clear exactly one MSI at a time X-Git-Tag: omap-for-v3.19/prcm-cleanup~136^2~2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91f8ae823f2b;p=pandora-kernel.git PCI: designware: Setup and clear exactly one MSI at a time The setup_irq function is supposed to set up exactly one MSI IRQ. Multiple IRQ setup is handled differently, to respect the choices made by the upper layers. Also only clear one MSI IRQ at a time; the PCI core will call into this function multiple times if it has to tear down more than one MSI IRQ. Signed-off-by: Lucas Stach Signed-off-by: Bjorn Helgaas Reviewed-by: Pratyush Anand Acked-by: Jingoo Han --- Reading git-diff-tree failed