Re: [patch 11/22] x86/hyperv: Refactor hv_msi_domain_free_irqs()

2021-12-02 Thread Wei Liu
On Sat, Nov 27, 2021 at 02:18:51AM +0100, Thomas Gleixner wrote: > No point in looking up things over and over. Just look up the associated > irq data and work from there. > > No functional change. > > Signed-off-by: Thomas Gleixner Acked-by: Wei Liu

[patch 11/22] x86/hyperv: Refactor hv_msi_domain_free_irqs()

2021-11-26 Thread Thomas Gleixner
No point in looking up things over and over. Just look up the associated irq data and work from there. No functional change. Signed-off-by: Thomas Gleixner Cc: Wei Liu Cc: x...@kernel.org Cc: linux-hyp...@vger.kernel.org --- arch/x86/hyperv/irqdomain.c | 55 +-