commit | 8c8e1f6984083cdb6b59134baeefeb10ce5ce070 | [log] [tgz] |
---|---|---|
author | Aishwarya Ramakrishnan <aishwaryarj100@gmail.com> | Mon May 18 21:53:12 2020 +0530 |
committer | Alex Deucher <alexander.deucher@amd.com> | Thu May 21 12:37:19 2020 -0400 |
tree | 0202fce70781a9155e68f814240bd9d38d6c89bd | |
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>