On Thu, Jun 02, 2022 at 08:24:30AM +0400, Miaoqian Lin wrote: > of_parse_phandle() returns a node pointer with refcount > incremented, we should use of_node_put() on it when not need anymore. > Add missing of_node_put() to avoid refcount leak. > of_node_put() will check NULL pointer. > > Fixes: 88c1e9404f1d ("soc: qcom: add OCMEM driver") > Signed-off-by: Miaoqian Lin <linmq006@xxxxxxxxx> Reviewed-by: Brian Masney <masneyb@xxxxxxxxxxxxx>