]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
drm/radeon: remove boolean checks in if statements.
authorWambui Karuga <wambui.karugax@gmail.com>
Fri, 3 Jan 2020 13:19:12 +0000 (16:19 +0300)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 7 Jan 2020 17:04:08 +0000 (12:04 -0500)
Remove unnecessary variable comparisions to true/false in if statements
and check the value of the variable directly.

Signed-off-by: Wambui Karuga <wambui.karugax@gmail.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

No differences found