Re: [PATCH 1/1] drm/vc4: drv: Add error handding for bind

2020-10-28 Thread Daniel Vetter
On Tue, Oct 27, 2020 at 03:54:31PM +0100, Maxime Ripard wrote: > Hi, > > On Tue, Oct 27, 2020 at 01:14:42PM +0900, Hoegeun Kwon wrote: > > There is a problem that if vc4_drm bind fails, a memory leak occurs on > > the drm_property_create side. Add error handding for drm_mode_config. > > > >

Re: [PATCH 1/1] drm/vc4: drv: Add error handding for bind

2020-10-27 Thread Maxime Ripard
Hi, On Tue, Oct 27, 2020 at 01:14:42PM +0900, Hoegeun Kwon wrote: > There is a problem that if vc4_drm bind fails, a memory leak occurs on > the drm_property_create side. Add error handding for drm_mode_config. > > Signed-off-by: Hoegeun Kwon Applied, thanks! Maxime signature.asc

[PATCH 1/1] drm/vc4: drv: Add error handding for bind

2020-10-26 Thread Hoegeun Kwon
There is a problem that if vc4_drm bind fails, a memory leak occurs on the drm_property_create side. Add error handding for drm_mode_config. Signed-off-by: Hoegeun Kwon --- drivers/gpu/drm/vc4/vc4_drv.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/vc4/vc4_drv.c