On 04/11/2024 11:01, Joe Hattori wrote: > In fimc_md_is_isp_available(), of_get_child_by_name() is called to check > if FIMC-IS is available. Current code does not decrement the refcount of > the returned device node, which causes an OF node reference leak. Fix it > by calling of_node_put() at the end of the variable scope. > > Fixes: e781bbe3fecf ("[media] exynos4-is: Add fimc-is subdevs registration") > Signed-off-by: Joe Hattori <joe@xxxxxxxxxxxxxxxxxxxxx> > --- Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> Best regards, Krzysztof