Re: [PATCH] media: v4l2-async: Put fwnode after last access

2020-12-28 Thread Ezequiel Garcia
On Mon, 2020-12-28 at 15:16 +0200, Laurent Pinchart wrote: > Hi Ezequiel, > > Thank you for the patch. > > On Mon, Dec 28, 2020 at 09:17:25AM -0300, Ezequiel Garcia wrote: > > fwnode_handle_put() should be called after the fwnode > > is last accessed. Fix it. > > > > Fixes: b98158d837ef

Re: [PATCH] media: v4l2-async: Put fwnode after last access

2020-12-28 Thread Laurent Pinchart
Hi Ezequiel, Thank you for the patch. On Mon, Dec 28, 2020 at 09:17:25AM -0300, Ezequiel Garcia wrote: > fwnode_handle_put() should be called after the fwnode > is last accessed. Fix it. > > Fixes: b98158d837ef ("media: v4l2-async: Accept endpoints and devices for > fwnode matching") >

[PATCH] media: v4l2-async: Put fwnode after last access

2020-12-28 Thread Ezequiel Garcia
fwnode_handle_put() should be called after the fwnode is last accessed. Fix it. Fixes: b98158d837ef ("media: v4l2-async: Accept endpoints and devices for fwnode matching") Signed-off-by: Ezequiel Garcia --- drivers/media/v4l2-core/v4l2-async.c | 6 -- 1 file changed, 4 insertions(+), 2