OSDN Git Service

drm/radeon: Simplify bool comparison
authorJiapeng Chong <jiapeng.chong@linux.alibaba.com>
Mon, 8 Feb 2021 10:17:38 +0000 (18:17 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 9 Feb 2021 20:49:47 +0000 (15:49 -0500)
commita29d4b3d3caf91beba12187e4c78ec28e4a29c09
tree7048da3ef74e336c24dd323a076fcf2c1f52894e
parent17c900cb5d6a53443dbd26d999ae6fdd96ecc505
drm/radeon: Simplify bool comparison

Fix the following coccicheck warning:

./drivers/gpu/drm/radeon/rs690.c:190:6-35: WARNING: Comparison to bool.

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/radeon/rs690.c