Signed-off-by: Roger Pau Monné <[email protected]>
---
Cc: Jan Beulich <[email protected]>
---
xen/drivers/passthrough/iommu.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/xen/drivers/passthrough/iommu.c b/xen/drivers/passthrough/iommu.c
index 2c44fabf99..70d218f910 100644
--- a/xen/drivers/passthrough/iommu.c
+++ b/xen/drivers/passthrough/iommu.c
@@ -207,7 +207,7 @@ void __hwdom_init iommu_hwdom_init(struct domain *d)
d->domain_id, rc);
}
- return hd->platform_ops->hwdom_init(d);
+ hd->platform_ops->hwdom_init(d);
}
void iommu_teardown(struct domain *d)
--
2.18.0
_______________________________________________
Xen-devel mailing list
[email protected]
https://lists.xenproject.org/mailman/listinfo/xen-devel