RE: [PATCH] drm/amd/amdgpu: Fix return values in SI DPM code

2016-09-07 Thread Deucher, Alexander
> -Original Message- > From: amd-gfx [mailto:amd-gfx-boun...@lists.freedesktop.org] On Behalf > Of Tom St Denis > Sent: Wednesday, September 07, 2016 8:44 AM > To: amd-gfx@lists.freedesktop.org > Cc: StDenis, Tom > Subject: [PATCH] drm/amd/amdgpu: Fix return values in

[PATCH] drm/amd/amdgpu: Fix return values in SI DPM code

2016-09-07 Thread Tom St Denis
Fix a couple of spots where errors were not returned as well as add some error messages to si_patch_dependency_based_on_leakage() which were not being read. Signed-off-by: Tom St Denis --- drivers/gpu/drm/amd/amdgpu/si_dpm.c | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) diff