commit | ae115c81ecd379aed20715c3ff98ee9f651acfce | [log] [tgz] |
---|---|---|
author | Tao Zhou <tao.zhou1@amd.com> | Thu Sep 12 18:57:23 2019 +0800 |
committer | Alex Deucher <alexander.deucher@amd.com> | Thu Oct 03 09:10:59 2019 -0500 |
tree | 8227836f7ebac15b3db7355a673402ba0b30ebc3 | |
parent | 879e723df3cd0bfda4a036477b1359563406dbca [diff] |
drm/amdgpu: replace DRM_ERROR with DRM_WARN in ras_reserve_bad_pages There are two cases of reserve error should be ignored: 1) a ras bad page has been allocated (used by someone); 2) a ras bad page has been reserved (duplicate error injection for one page); DRM_ERROR is unnecessary for the failure of bad page reserve Signed-off-by: Tao Zhou <tao.zhou1@amd.com> Reviewed-by: Guchun Chen <guchun.chen@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>