Re: [PATCH] /drm/amdgpu: correct chunk_ptr to a pointer to chunk.

2023-10-31 Thread Christian König
Am 31.10.23 um 03:55 schrieb YuanShang: The variable "chunk_ptr" should be a pointer pointing to a struct drm_amdgpu_cs_chunk instead of to a pointer of that. Signed-off-by: YuanShang Good catch, Reviewed-by: Christian König --- drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c | 2 +- 1 file chang

[PATCH] /drm/amdgpu: correct chunk_ptr to a pointer to chunk.

2023-10-30 Thread YuanShang
The variable "chunk_ptr" should be a pointer pointing to a struct drm_amdgpu_cs_chunk instead of to a pointer of that. Signed-off-by: YuanShang --- drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c b/