[PATCH 2/4] drm/amdgpu: Clarify error when hitting bad page threshold

2021-10-19 Thread Kent Russell
Change the error message when the bad_page_threshold is reached, explicitly stating that the GPU will not be initialized. Cc: Luben Tuikov Cc: Mukul Joshi Signed-off-by: Kent Russell --- drivers/gpu/drm/amd/amdgpu/amdgpu_ras_eeprom.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

Re: [PATCH 2/4] drm/amdgpu: Clarify error when hitting bad page threshold

2021-10-19 Thread Luben Tuikov
Reviewed-by: Luben Tuikov Regards, Luben On 2021-10-19 13:50, Kent Russell wrote: > Change the error message when the bad_page_threshold is reached, > explicitly stating that the GPU will not be initialized. > > Cc: Luben Tuikov > Cc: Mukul Joshi > Signed-off-by: Kent Russell > --- > drivers