Re: [Freedreno] [PATCH 1/1] drm/msm: Fix error return code in msm_drm_init()

2021-05-15 Thread Dmitry Baryshkov
On 08/05/2021 05:28, Zhen Lei wrote: Fix to return a negative error code from the error handling case instead of 0, as done elsewhere in this function. Fixes: 7f9743abaa79 ("drm/msm: validate display and event threads") Reported-by: Hulk Robot Signed-off-by: Zhen Lei Reviewed-by: Dmitry

[Freedreno] [PATCH 1/1] drm/msm: Fix error return code in msm_drm_init()

2021-05-07 Thread Zhen Lei
Fix to return a negative error code from the error handling case instead of 0, as done elsewhere in this function. Fixes: 7f9743abaa79 ("drm/msm: validate display and event threads") Reported-by: Hulk Robot Signed-off-by: Zhen Lei --- drivers/gpu/drm/msm/msm_drv.c | 1 + 1 file changed, 1