diff options
author | Aishwarya Ramakrishnan <aishwaryarj100@gmail.com> | 2020-05-18 21:53:12 +0530 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2020-05-21 12:37:19 -0400 |
commit | 8c8e1f6984083cdb6b59134baeefeb10ce5ce070 (patch) | |
tree | 0202fce70781a9155e68f814240bd9d38d6c89bd /drivers/gpu/host1x | |
parent | f99d8762501df5ee8095d890400481ccadae7491 (diff) |
drm/amdkfd: Fix boolreturn.cocci warnings
Return statements in functions returning bool should use
true/false instead of 1/0.
drivers/gpu/drm/amd/amdkfd/kfd_int_process_v9.c:40:9-10:
WARNING: return of 0/1 in function 'event_interrupt_isr_v9' with return type bool
Generated by: scripts/coccinelle/misc/boolreturn.cocci
Signed-off-by: Aishwarya Ramakrishnan <aishwaryarj100@gmail.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/host1x')
0 files changed, 0 insertions, 0 deletions