diff options
author | kbuild test robot <fengguang.wu@intel.com> | 2015-12-04 19:13:27 -0500 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2015-12-21 16:42:49 -0500 |
commit | 195567e99bdf6491a370b71a1dcf6b4c891495d7 (patch) | |
tree | 5d2eaf762929b879aa52efeda8b8edd6b0ebe9e8 /drivers/gpu/drm/amd/amdgpu/amdgpu_powerplay.c | |
parent | db18ce397c0928bb420a511db52ce36c2003676e (diff) |
drm/amd/powerplay: fix boolreturn.cocci warnings
drivers/gpu/drm/amd/amdgpu/../powerplay/hwmgr/ppatomctrl.c:475:10-11: WARNING: return of 0/1 in function 'atomctrl_lookup_gpio_pin' with return type bool
Return statements in functions returning bool should use
true/false instead of 1/0.
Generated by: scripts/coccinelle/misc/boolreturn.cocci
CC: yanyang1 <young.yang@amd.com>
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_powerplay.c')
0 files changed, 0 insertions, 0 deletions