ARM: 8818/1: dma-mapping: update comment about handling dma_ops when detaching from...
authorWolfram Sang (Renesas) <wsa+renesas@sang-engineering.com>
Tue, 18 Dec 2018 23:12:07 +0000 (00:12 +0100)
committerRussell King <rmk+kernel@armlinux.org.uk>
Fri, 1 Feb 2019 21:44:06 +0000 (21:44 +0000)
commit4a4d68fc2657df9a2b4f114081141e2599804586
treec89724b019f860f7a28448e5a1e6b1e61baf0acb
parent9ec5cd0a40f2e7834ddd55708e8def18f0940244
ARM: 8818/1: dma-mapping: update comment about handling dma_ops when detaching from IOMMU

Update the comment because we don't set the pointer to NULL anymore.
Also use the correct pointer name 'dma_ops' instead of 'dma_map_ops'.

Fixes: 1874619a7df4 ("ARM: dma-mapping: Set proper DMA ops in arm_iommu_detach_device()")
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
arch/arm/mm/dma-mapping.c