Re: [PATCH] PCI/MSI: pci-xgene-msi: Fix CPU hotplug registration handling

2017-01-11 Thread Duc Dang
On Wed, Jan 11, 2017 at 2:26 AM, Marc Zyngier wrote: > The conversion to the new hotplug state machine introduced a regression > where a successful hotplug registration would be treated as an error, > effectively disabling the MSI driver forever. > > Fix it by doing the proper check on the return

Re: [PATCH] PCI/MSI: pci-xgene-msi: Fix CPU hotplug registration handling

2017-01-11 Thread Sebastian Andrzej Siewior
On 2017-01-11 10:26:47 [+], Marc Zyngier wrote: > The conversion to the new hotplug state machine introduced a regression > where a successful hotplug registration would be treated as an error, > effectively disabling the MSI driver forever. > > Fix it by doing the proper check on the return v