diff options
| author | bobzhou <[email protected]> | 2023-03-02 05:56:59 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2023-03-07 19:21:56 +0000 |
| commit | 43660b4ea53abc2be04be18a147a39e1f4cb8b72 (patch) | |
| tree | 52aff056fdaade127a6631304c2cab9e1d7f4cd9 /drivers/gpu/drm/amd/amdgpu/amdgpu_object.c | |
| parent | drm/amdkfd: Fix BO offset for multi-VMA page migration (diff) | |
| download | kernel-43660b4ea53abc2be04be18a147a39e1f4cb8b72.tar.gz kernel-43660b4ea53abc2be04be18a147a39e1f4cb8b72.zip | |
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 <[email protected]>
Reviewed-by: Guchun Chen <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_object.c')
0 files changed, 0 insertions, 0 deletions
