From: Zhenzhong Duan Date: Fri, 20 Jul 2018 09:29:34 +0000 (-0700) Subject: x86/physdev: Remove redundant assignment in allocate_and_map_msi_pirq() X-Git-Tag: 4.12.0-rc1~923 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=90adbca3815e52d59847e38a431464f7719e099e;p=xen.git x86/physdev: Remove redundant assignment in allocate_and_map_msi_pirq() No functional change. Signed-off-by: Zhenzhong Duan Reviewed-by: Roger Pau Monné Acked-by: Andrew Cooper --- diff --git a/xen/arch/x86/irq.c b/xen/arch/x86/irq.c index 87ef2e801f..7d0b19f2d2 100644 --- a/xen/arch/x86/irq.c +++ b/xen/arch/x86/irq.c @@ -2690,8 +2690,6 @@ int allocate_and_map_msi_pirq(struct domain *d, int index, int *pirq_p, d->domain_id); return -EINVAL; } - - msi->irq = irq; break; default: