diff options
author | bobzhou <bob.zhou@amd.com> | 2023-03-02 13:56:59 +0800 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2023-03-07 14:21:56 -0500 |
commit | 43660b4ea53abc2be04be18a147a39e1f4cb8b72 (patch) | |
tree | 52aff056fdaade127a6631304c2cab9e1d7f4cd9 /drivers/gpu/drm/amd/amdgpu/amdgpu_object.c | |
parent | 9473b6b25b836573d481c5ee6be0f1bd0fca14ff (diff) |
drm/amdgpu: remove unused variable
building with gcc and W=1 reports
drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c:7292:11: error:
unused variable 'tmp' [-Werror=unused-variable]
uint32_t tmp;
^~~
tmp is not used so remove it.
Signed-off-by: bobzhou <bob.zhou@amd.com>
Reviewed-by: Guchun Chen <guchun.chen@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_object.c')
0 files changed, 0 insertions, 0 deletions