drm/amdgpu: Removed unnecessary if statement
authorSergio Miguéns Iglesias <lonyelon@gmail.com>
Mon, 9 Aug 2021 12:00:50 +0000 (14:00 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 9 Aug 2021 19:44:50 +0000 (15:44 -0400)
commit6940db0fd1bed864de7bd21202e4716455f12204
tree417beb77f0a6a790f1c82a27eaef7dc245dd90a5
parent7b42552be66717f2257d36a121423fee35c41c5e
drm/amdgpu: Removed unnecessary if statement

There was an "if" statement that did nothing so it was removed.

Signed-off-by: Sergio Miguéns Iglesias <sergio@lony.xyz>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_fb.c