Re: [PATCH] Remove wrong default domain comments
On Mon, Aug 26, 2019 at 05:48:21AM +0100, Tom Murphy wrote: > drivers/iommu/iommu.c | 4 +--- > 1 file changed, 1 insertion(+), 3 deletions(-) Applied, thanks.
[PATCH] Remove wrong default domain comments
These comments are wrong. request_default_domain_for_dev doesn't just handle direct mapped domains. Signed-off-by: Tom Murphy --- drivers/iommu/iommu.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/drivers/iommu/iommu.c b/drivers/iommu/iommu.c index ea95080372e7..3b6807e