Re: [PATCH v2 1/3] PCI/MSI/PPC: Remove arch_msi_check_device()
From: Michael Ellerman <mpe@ellerman.id.au>
Date: 2014-09-15 02:42:53
Also in:
linux-pci, lkml
From: Michael Ellerman <mpe@ellerman.id.au>
Date: 2014-09-15 02:42:53
Also in:
linux-pci, lkml
On Sun, 2014-09-07 at 20:57 +0200, Alexander Gordeev wrote:
Moving MSI checks from arch_msi_check_device() function to arch_setup_msi_irqs() function makes code more compact and allows removing unnecessary hook arch_msi_check_device() from generic MSI code. Cc: linuxppc-dev@lists.ozlabs.org Cc: linux-pci@vger.kernel.org Cc: Michael Ellerman <mpe@ellerman.id.au>
I already acked the previous version, but if you didn't want it that's fine :) cheers