Re: [PATCH V2] drm/v3d: remove duplicated kfree in v3d_submit_cl_ioctl

2020-01-27 Thread Markus Elfring
> kfree() was called for the same variable twice within an if branch. I wonder still how this software situation happened. Now I imagine that it could be more logical to delete the second of this function call if you would like to look at the history of previous two patches once more. How do y

[PATCH V2] drm/v3d: remove duplicated kfree in v3d_submit_cl_ioctl

2019-12-31 Thread yu kuai
kfree() was called for the same variable twice within an if branch. Fix it by deleting a duplicate function call. Fixes: 29cd13cfd762 ("drm/v3d: Fix memory leak in v3d_submit_cl_ioctl") Signed-off-by: yu kuai --- drivers/gpu/drm/v3d/v3d_gem.c | 1 - 1 file changed, 1 deletion(-) diff --git a/d