commit | fbd62354f08c33a87aace0a3ad2e21137cc331b8 | [log] [tgz] |
---|---|---|
author | Wambui Karuga <wambui.karugax@gmail.com> | Fri Jan 03 16:19:12 2020 +0300 |
committer | Alex Deucher <alexander.deucher@amd.com> | Tue Jan 07 12:04:08 2020 -0500 |
tree | 7f850f66e135aaea8d80a9977038220cc2e99cf4 | |
parent | 2cacd20e91ecdc1a685fec2a796e8418f52db9c8 [diff] |
drm/radeon: remove boolean checks in if statements. 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>