drm/amd/powerplay: functions's return state was reversed
authorRex Zhu <Rex.Zhu@amd.com>
Wed, 29 Jun 2016 11:32:50 +0000 (19:32 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 7 Jul 2016 19:06:04 +0000 (15:06 -0400)
commit2a9126b94a4765b23fb85211aca47a8fa8b11fa2
tree08d0083b13c129c66cf74c02c915f98ebda8268b
parent1059e117cce1b876c419db9ead2edf03ac2ddbc4
drm/amd/powerplay: functions's return state was reversed

In commit 195567e99bdf6491a370b71a1dcf6b4c891495d7,
use true/false instead of 1/0 to fix build warning.
But the original logic: '0' means true and '1' means false.

Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Rex Zhu <Rex.Zhu@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/powerplay/hwmgr/ppatomctrl.c