Re: [PATCH] drm/amd/powerplay: use true, false for bool variable in smu7_hwmgr.c

2020-01-22 Thread Alex Deucher
On Wed, Jan 22, 2020 at 3:22 AM Zheng Bin wrote: > > From: zhengbin > > Fixes coccicheck warning: > > drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c:723:2-50: WARNING: > Assignment of 0/1 to bool variable > drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c:733:3-52: WARNING: > Assignment of 0/

[PATCH] drm/amd/powerplay: use true, false for bool variable in smu7_hwmgr.c

2020-01-22 Thread Zheng Bin
From: zhengbin Fixes coccicheck warning: drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c:723:2-50: WARNING: Assignment of 0/1 to bool variable drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c:733:3-52: WARNING: Assignment of 0/1 to bool variable drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.