diff options
author | Thomas Hellström <[email protected]> | 2023-11-22 12:03:58 +0100 |
---|---|---|
committer | Rodrigo Vivi <[email protected]> | 2023-12-21 11:44:57 -0500 |
commit | e7c9e049e0ad256214d8c50454e7289174ffa33b (patch) | |
tree | b64bdfebd7cd953f8e109997440735dd7fa3484a | |
parent | a21fe5ee598109793546b67a32398076ddea2660 (diff) |
drm/xe/bo: Remove leftover trace_printk()
trace_printk() is not intended for production code. Remove it.
Suggested-by: Ohad Sharabi <[email protected]>
Link: https://gitlab.freedesktop.org/drm/xe/kernel/-/issues/946
Signed-off-by: Thomas Hellström <[email protected]>
Reviewed-by: Matthew Auld <[email protected]>
Reviewed-by: Ohad Sharabi <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Signed-off-by: Rodrigo Vivi <[email protected]>
-rw-r--r-- | drivers/gpu/drm/xe/xe_bo.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/xe/xe_bo.c b/drivers/gpu/drm/xe/xe_bo.c index 4c827fd4e382..e19337390812 100644 --- a/drivers/gpu/drm/xe/xe_bo.c +++ b/drivers/gpu/drm/xe/xe_bo.c @@ -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; |