commit | cd48758c82520aa20ac1b7b74fe5cefd4a46fd6a | [log] [tgz] |
---|---|---|
author | Jiapeng Chong <jiapeng.chong@linux.alibaba.com> | Sat Feb 20 16:35:10 2021 +0800 |
committer | Alex Deucher <alexander.deucher@amd.com> | Wed Feb 24 09:28:54 2021 -0500 |
tree | 3d7b6e41b71580853077b82f77434f8695b5466b | |
parent | 2f97d8b788b33062ac05d3808fbced9e4610ee40 [diff] |
drm/amdgpu/sdma5.2: Remove unnecessary conversion to bool Fix the following coccicheck warnings: ./drivers/gpu/drm/amd/amdgpu/sdma_v5_2.c:1621:40-45: WARNING: conversion to bool not needed here. ./drivers/gpu/drm/amd/amdgpu/sdma_v5_2.c:1619:40-45: WARNING: conversion to bool not needed here. 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>