[PATCH 1/5] drm/armada: fix leak of crtc structure

2017-12-11 Thread Russell King
Fix the leak of the CRTC structure in the failure paths of armada_drm_crtc_create(). Signed-off-by: Russell King --- drivers/gpu/drm/armada/armada_crtc.c | 25 + 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/drivers/gpu/drm/armada/armada_crtc.c b/driver

Re: [PATCH 1/5] drm/armada: fix leak of crtc structure

2017-11-30 Thread Russell King - ARM Linux
On Wed, Nov 29, 2017 at 03:03:09PM -0500, Sean Paul wrote: > On Wed, Nov 29, 2017 at 07:16:43PM +, Russell King - ARM Linux wrote: > > On Wed, Nov 29, 2017 at 09:53:42AM -0500, Sean Paul wrote: > > > On Wed, Nov 29, 2017 at 11:45:43AM +, Russell King wrote: > > > > Fix the leak of the CRTC

Re: [PATCH 1/5] drm/armada: fix leak of crtc structure

2017-11-30 Thread Russell King - ARM Linux
On Wed, Nov 29, 2017 at 09:53:42AM -0500, Sean Paul wrote: > On Wed, Nov 29, 2017 at 11:45:43AM +, Russell King wrote: > > Fix the leak of the CRTC structure in the failure paths of > > armada_drm_crtc_create(). > > > > Signed-off-by: Russell King > > --- > > drivers/gpu/drm/armada/armada_cr

Re: [PATCH 1/5] drm/armada: fix leak of crtc structure

2017-11-29 Thread Sean Paul
On Wed, Nov 29, 2017 at 08:11:53PM +, Russell King - ARM Linux wrote: > On Wed, Nov 29, 2017 at 03:03:09PM -0500, Sean Paul wrote: > > On Wed, Nov 29, 2017 at 07:16:43PM +, Russell King - ARM Linux wrote: > > > On Wed, Nov 29, 2017 at 09:53:42AM -0500, Sean Paul wrote: > > > > On Wed, Nov 2

Re: [PATCH 1/5] drm/armada: fix leak of crtc structure

2017-11-29 Thread Sean Paul
On Wed, Nov 29, 2017 at 07:16:43PM +, Russell King - ARM Linux wrote: > On Wed, Nov 29, 2017 at 09:53:42AM -0500, Sean Paul wrote: > > On Wed, Nov 29, 2017 at 11:45:43AM +, Russell King wrote: > > > Fix the leak of the CRTC structure in the failure paths of > > > armada_drm_crtc_create(). >

Re: [PATCH 1/5] drm/armada: fix leak of crtc structure

2017-11-29 Thread Sean Paul
On Wed, Nov 29, 2017 at 11:45:43AM +, Russell King wrote: > Fix the leak of the CRTC structure in the failure paths of > armada_drm_crtc_create(). > > Signed-off-by: Russell King > --- > drivers/gpu/drm/armada/armada_crtc.c | 10 -- > 1 file changed, 8 insertions(+), 2 deletions(-) >

[PATCH 1/5] drm/armada: fix leak of crtc structure

2017-11-29 Thread Russell King
Fix the leak of the CRTC structure in the failure paths of armada_drm_crtc_create(). Signed-off-by: Russell King --- drivers/gpu/drm/armada/armada_crtc.c | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/armada/armada_crtc.c b/drivers/gpu/drm/armada/