commit | f667dc38aacf353b017aac165d488404253f3c74 | [log] [tgz] |
---|---|---|
author | YueHaibing <yuehaibing@huawei.com> | Wed Sep 26 14:15:34 2018 +0000 |
committer | Alex Deucher <alexander.deucher@amd.com> | Wed Oct 10 14:49:43 2018 -0500 |
tree | 87d418f8042f920c9c1e4d1b8fd12175c2dd892a | |
parent | 50325c0be109c7f2f21d6d66f31baed46a0c3443 [diff] |
drm/amdgpu: remove set but not used variable 'header' Fixes gcc '-Wunused-but-set-variable' warning: drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c: In function 'amdgpu_ucode_init_bo': drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c:431:39: warning: variable 'header' set but not used [-Wunused-but-set-variable] Signed-off-by: YueHaibing <yuehaibing@huawei.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>