drm/xe/bo: Remove leftover trace_printk()
authorThomas Hellström <thomas.hellstrom@linux.intel.com>
Wed, 22 Nov 2023 11:03:58 +0000 (12:03 +0100)
committerRodrigo Vivi <rodrigo.vivi@intel.com>
Thu, 21 Dec 2023 16:44:57 +0000 (11:44 -0500)
trace_printk() is not intended for production code. Remove it.

Suggested-by: Ohad Sharabi <osharabi@habana.ai>
Link: https://gitlab.freedesktop.org/drm/xe/kernel/-/issues/946
Signed-off-by: Thomas Hellström <thomas.hellstrom@linux.intel.com>
Reviewed-by: Matthew Auld <matthew.auld@intel.com>
Reviewed-by: Ohad Sharabi <osharabi@habana.ai>
Link: https://patchwork.freedesktop.org/patch/msgid/20231122110359.4087-4-thomas.hellstrom@linux.intel.com
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
drivers/gpu/drm/xe/xe_bo.c

index 4c827fd4e382d2dae8dde7fa47a03d612fb684cc..e19337390812382bd0c6e38f34752c43ad342cf2 100644 (file)
@@ -788,7 +788,6 @@ static int xe_bo_move(struct ttm_buffer_object *ttm_bo, bool evict,
        }
 
        xe_device_mem_access_put(xe);
-       trace_printk("new_mem->mem_type=%d\n", new_mem->mem_type);
 
 out:
        return ret;