staging: mtk_ion: Silence IONMSG logspam
Change-Id: I7d932a56a6d1fb2eca6a76ed966566b000ae24b8 Signed-off-by: Woomymy <woomy@woomy.be>
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user