> -----Original Message----- > From: Xen-devel [mailto:[email protected]] On Behalf > Of Roger Pau Monne > Sent: 27 July 2018 16:32 > To: [email protected] > Cc: Jan Beulich <[email protected]>; Roger Pau Monne > <[email protected]> > Subject: [Xen-devel] [PATCH 1/4] iommu: remove unneeded return from > iommu_hwdom_init > > Signed-off-by: Roger Pau Monné <[email protected]>
Yeah, I noticed this too... Reviewed-by: Paul Durrant <[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 _______________________________________________ Xen-devel mailing list [email protected] https://lists.xenproject.org/mailman/listinfo/xen-devel
