aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mm/dma-mapping.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mm/dma-mapping.c')
-rw-r--r--arch/arm/mm/dma-mapping.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mm/dma-mapping.c b/arch/arm/mm/dma-mapping.c
index c6aab9c36ff1..43f46aa7ef33 100644
--- a/arch/arm/mm/dma-mapping.c
+++ b/arch/arm/mm/dma-mapping.c
@@ -2279,7 +2279,7 @@ EXPORT_SYMBOL_GPL(arm_iommu_attach_device);
2279 * @dev: valid struct device pointer 2279 * @dev: valid struct device pointer
2280 * 2280 *
2281 * Detaches the provided device from a previously attached map. 2281 * Detaches the provided device from a previously attached map.
2282 * This voids the dma operations (dma_map_ops pointer) 2282 * This overwrites the dma_ops pointer with appropriate non-IOMMU ops.
2283 */ 2283 */
2284void arm_iommu_detach_device(struct device *dev) 2284void arm_iommu_detach_device(struct device *dev)
2285{ 2285{