diff --git a/drivers/staging/android/mtk_ion/ion.c b/drivers/staging/android/mtk_ion/ion.c index 8187689a8a2c..e7bfb5f1a330 100644 --- a/drivers/staging/android/mtk_ion/ion.c +++ b/drivers/staging/android/mtk_ion/ion.c @@ -1816,7 +1816,6 @@ static int ion_dma_buf_begin_cpu_access(struct dma_buf *dmabuf, if (ion_iommu_heap_type(buffer) || buffer->heap->type == (int)ION_HEAP_TYPE_SYSTEM) { - IONMSG("%s iommu device, to cache sync\n", __func__); mutex_lock(&buffer->lock); list_for_each_entry(a, &buffer->attachments, list) { @@ -1839,7 +1838,6 @@ static int ion_dma_buf_end_cpu_access(struct dma_buf *dmabuf, if (ion_iommu_heap_type(buffer) || buffer->heap->type == (int)ION_HEAP_TYPE_SYSTEM) { - IONMSG("%s iommu device, to cache sync\n", __func__); mutex_lock(&buffer->lock); list_for_each_entry(a, &buffer->attachments, list) {