Re: [PATCH 1/2] drm/msm: Fix leak in submitqueue create

2018-09-05 Thread Jordan Crouse
On Mon, Sep 03, 2018 at 12:54:44PM +0530, Sharat Masetty wrote: > This patch fixes a trivial leak when trying to create a submitqueue. > > Signed-off-by: Sharat Masetty Doh. Thanks. Reviewed-by: Jordan Crouse > --- > drivers/gpu/drm/msm/msm_submitqueue.c | 4 +++- > 1 file changed, 3 insertio

[PATCH 1/2] drm/msm: Fix leak in submitqueue create

2018-09-03 Thread Sharat Masetty
This patch fixes a trivial leak when trying to create a submitqueue. Signed-off-by: Sharat Masetty --- drivers/gpu/drm/msm/msm_submitqueue.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/msm/msm_submitqueue.c b/drivers/gpu/drm/msm/msm_submitqueue.c index