Re: [Patch v2 2/3] iommu: optimize iova_magazine_free_pfns()

From: Christoph Hellwig
Date: Mon Dec 02 2019 - 11:59:24 EST


> + return (mag && mag->size == IOVA_MAG_SIZE);

> + return (!mag || mag->size == 0);

No need for the braces in both cases.