On April 25, 2016 7:53 PM, Jan Beulich <jbeul...@suse.com> wrote:
> >>> On 18.04.16 at 16:00, <quan...@intel.com> wrote:
> > --- a/xen/drivers/passthrough/vtd/iommu.c
> > +++ b/xen/drivers/passthrough/vtd/iommu.c


> > -static void iommu_flush_all(void)
> > +static int iommu_flush_all(void)
> 
> __must_check
> 

The iommu_flush_all() is also called in intel_iommu_hwdom_init()  and 
vtd_crash_shutdown().
As we were on the same page, we can ignore the error code propagation for these 
two call trees.

I wonder whether we really need this '__must_check' or not, furthermore, 
print-out message
Is pointless (at least, to me).

Jan, could I ignore this '__must_check '?

Quan

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

Reply via email to