staging: mtk_ion: Silence IONMSG logspam

Change-Id: I7d932a56a6d1fb2eca6a76ed966566b000ae24b8
Signed-off-by: Woomymy <woomy@woomy.be>
This commit is contained in:
Woomymy
2025-04-10 09:31:45 +02:00
committed by claxten10
parent c91c616e3c
commit 9db09ed1cf

View File

@@ -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) {