Re: [Freedreno] [PATCH] drm/msm: Fix an error handling path 'msm_drm_init()'

2020-03-17 Thread Doug Anderson
Hi, On Sun, Mar 15, 2020 at 12:42 PM Christophe JAILLET wrote: > > If this memory allocation fails, we have to go through the error handling > path to perform some clean-up, as already done in other other paths of > this function. > > Fixes: db735fc4036b ("drm/msm: Set dma maximum segment size fo

[Freedreno] [PATCH] drm/msm: Fix an error handling path 'msm_drm_init()'

2020-03-15 Thread Christophe JAILLET
If this memory allocation fails, we have to go through the error handling path to perform some clean-up, as already done in other other paths of this function. Fixes: db735fc4036b ("drm/msm: Set dma maximum segment size for mdss") Signed-off-by: Christophe JAILLET --- drivers/gpu/drm/msm/msm_drv