commit | 70bedd68e7b3a7f1d7f3198bb698fc23bc5aaa68 | [log] [tgz] |
---|---|---|
author | Rajneesh Bhardwaj <rajneesh.bhardwaj@amd.com> | Mon Jan 27 13:47:41 2020 -0500 |
committer | Alex Deucher <alexander.deucher@amd.com> | Wed Feb 12 16:00:25 2020 -0500 |
tree | 72171ccd808a887cb9782e4fee492d9558dbfbc6 | |
parent | db70e2c13983926d8d657db3e740264b75ad20a4 [diff] |
drm/amdgpu: Fix missing error check in suspend amdgpu_device_suspend might return an error code since it can be called from both runtime and system suspend flows. Add the missing return code in case of a failure. Reviewed-by: Oak Zeng <oak.zeng@amd.com> Reviewed-by: Felix Kuehling <felix.kuehling@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Rajneesh Bhardwaj <rajneesh.bhardwaj@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>