commit | 6b2fd7efeb888fa781c1f767de6c36497ac1596b | [log] [tgz] |
---|---|---|
author | Alexander Gordeev <agordeev@redhat.com> | Sun Sep 07 20:57:53 2014 +0200 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Wed Oct 01 12:21:14 2014 -0600 |
tree | 5c0034e0cd1db2e36e54140a6f1477948016bc0f | |
parent | 52addcf9d6669fa439387610bc65c92fa0980cef [diff] |
PCI/MSI/PPC: Remove arch_msi_check_device() Move MSI checks from arch_msi_check_device() to arch_setup_msi_irqs(). This makes the code more compact and allows removing arch_msi_check_device() from generic MSI code. Signed-off-by: Alexander Gordeev <agordeev@redhat.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Acked-by: Michael Ellerman <mpe@ellerman.id.au>