Re: [PATCH] drm/v3d: remove duplicated kfree in v3d_submit_cl_ioctl
From: Markus Elfring
Date: Sat Dec 28 2019 - 15:47:53 EST
> v3d_submit_cl_ioctl call kfree() with variable 'bin' twice.
I would prefer a wording like âkfree() was called for the same variable twice
within an if branch.â.
> Fix it by removing the latter one.
I find the wording âDelete a duplicate function call.â more appropriate.
Please add the tag âFixesâ to your change description.
Regards,
Markus