Skip to content
Snippets Groups Projects
Commit 5b1fa87f authored by Dan Carpenter's avatar Dan Carpenter Committed by Alex Deucher
Browse files

drm/amdkfd: delete stray tab in kfd_dbg_set_mes_debug_mode()


These lines are indented one tab more than they should be.  Delete
the stray tabs.

Signed-off-by: default avatarDan Carpenter <dan.carpenter@linaro.org>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 0ee560d7
No related branches found
No related tags found
No related merge requests found
...@@ -357,12 +357,12 @@ int kfd_dbg_set_mes_debug_mode(struct kfd_process_device *pdd, bool sq_trap_en) ...@@ -357,12 +357,12 @@ int kfd_dbg_set_mes_debug_mode(struct kfd_process_device *pdd, bool sq_trap_en)
return 0; return 0;
if (!pdd->proc_ctx_cpu_ptr) { if (!pdd->proc_ctx_cpu_ptr) {
r = amdgpu_amdkfd_alloc_gtt_mem(adev, r = amdgpu_amdkfd_alloc_gtt_mem(adev,
AMDGPU_MES_PROC_CTX_SIZE, AMDGPU_MES_PROC_CTX_SIZE,
&pdd->proc_ctx_bo, &pdd->proc_ctx_bo,
&pdd->proc_ctx_gpu_addr, &pdd->proc_ctx_gpu_addr,
&pdd->proc_ctx_cpu_ptr, &pdd->proc_ctx_cpu_ptr,
false); false);
if (r) { if (r) {
dev_err(adev->dev, dev_err(adev->dev,
"failed to allocate process context bo\n"); "failed to allocate process context bo\n");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment