drm/amdgpu: correct chunk_ptr to a pointer to chunk.
authorYuanShang <YuanShang.Mao@amd.com>
Tue, 31 Oct 2023 02:32:37 +0000 (10:32 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 13 Dec 2023 17:39:04 +0000 (18:39 +0100)
commit9046665befd6e9b9b97df458dc4c41cfe63e21d3
tree2ca71708dff594829cba026ed0cba100c9cbebad
parent18209382db645723c5985d0cb43e8743f0dadc77
drm/amdgpu: correct chunk_ptr to a pointer to chunk.

[ Upstream commit 50d51374b498457c4dea26779d32ccfed12ddaff ]

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 <YuanShang.Mao@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c