From: Thomas Petazzoni Date: Fri, 18 Apr 2014 12:19:48 +0000 (+0200) Subject: irqchip: armada-370-xp: implement the ->check_device() msi_chip operation X-Git-Tag: omap-for-v3.16/be-signed~8^2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=830cbe4b7a918613276aa3d3b28d24410623f92c;p=pandora-kernel.git irqchip: armada-370-xp: implement the ->check_device() msi_chip operation Until now, we were leaving the ->check_device() msi_chip operation empty, which leads the PCI core to believe that we support both MSI and MSI-X. In fact, we do not support MSI-X, so we have to tell this to the PCI core by providing an implementation of this operation. Fixes: 31f614edb726fcc4d5aa0f2895fbdec9b04a3ca4 ('irqchip: armada-370-xp: implement MSI support') Cc: # v3.13+ Signed-off-by: Thomas Petazzoni Link: https://lkml.kernel.org/r/1397823593-1932-3-git-send-email-thomas.petazzoni@free-electrons.com Tested-by: Neil Greatorex Signed-off-by: Jason Cooper --- Reading git-diff-tree failed