Re: [PATCH v2] iommu/vt-d: constify intel_dma_ops

From: Joerg Roedel
Date: Wed Jun 28 2017 - 08:18:04 EST


On Wed, Jun 28, 2017 at 04:39:32PM +0530, Arvind Yadav wrote:
> Most dma_map_ops structures are never modified. Constify these
> structures such that these can be write-protected.
>
> Signed-off-by: Arvind Yadav <arvind.yadav.cs@xxxxxxxxx>
> ---
> Changes in v2:
> Added description.
>
> drivers/iommu/intel-iommu.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)

Applied, thanks.