drm/amdgpu/psp: silence response status warning
authorShirish S <shirish.s@amd.com>
Tue, 24 Sep 2019 09:15:54 +0000 (14:45 +0530)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 3 Oct 2019 14:11:01 +0000 (09:11 -0500)
commit52510a4035e135ea333868831df16e95a88ad1f5
tree82081f639ba46ca0083ae670d2d15085604eceb0
parentbbaa343a88799ed8f58f3ea891e20e7767f123a7
drm/amdgpu/psp: silence response status warning

log the response status related error to the driver's
debug log since  psp response status is not 0 even though
there was no problem while the command was submitted.

This warning misleads, hence this change.

Signed-off-by: Shirish S <shirish.s@amd.com>
Acked-by: Huang Rui <ray.huang@amd.com>
Reviewed-by: Feifei Xu <Feifei.Xu@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c