Re: [Xen-devel] [PATCH] x86/mmcfg: Remove redundant code in pci_mmcfg_reject_broken()

2018-08-16 Thread Jan Beulich
>>> On 16.08.18 at 07:10, wrote: > No functional change. > > Signed-off-by: Zhenzhong Duan Acked-by: Jan Beulich Albeit I would have wished you would have taken the opportunity to, at the very least, also move cfg's declaration into the for() scope. There's obvious further trivial cleanup

[Xen-devel] [PATCH] x86/mmcfg: Remove redundant code in pci_mmcfg_reject_broken()

2018-08-15 Thread Zhenzhong Duan
No functional change. Signed-off-by: Zhenzhong Duan --- xen/arch/x86/x86_64/mmconfig-shared.c |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/xen/arch/x86/x86_64/mmconfig-shared.c b/xen/arch/x86/x86_64/mmconfig-shared.c index 7c3b7fd..4a6ca26 100644 ---