diff options
author | Sumera Priyadarsini <sylphrenadin@gmail.com> | 2020-10-26 23:42:42 +0530 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2020-10-26 16:51:45 -0400 |
commit | 44ea03e17ef5ca4a5f527ffbb26c57d16758bac9 (patch) | |
tree | bb4185ec8941642fef3af63687e34a8bfe616722 /drivers/gpu/drm/amd/display | |
parent | 34a3242baeb5a2ac26f6bdf82fead2a295d59314 (diff) | |
download | linux-44ea03e17ef5ca4a5f527ffbb26c57d16758bac9.tar.bz2 |
drm/amdgpu: use true and false for bool initialisations
Bool initialisation should use 'true' and 'false' values instead of 0
and 1.
Modify amdgpu_amdkfd_gpuvm.c to initialise variable is_imported
to false instead of 0.
Issue found with Coccinelle.
Signed-off-by: Sumera Priyadarsini <sylphrenadin@gmail.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display')
0 files changed, 0 insertions, 0 deletions