Quoting Tero Kristo (2020-04-24 05:47:25) > clkctrl_get_name incorrectly calls of_node_put when it is not really > doing of_node_get. This causes a boot time warning later on: > > [ 0.000000] OF: ERROR: Bad of_node_put() on /ocp/interconnect@4a000000/segmen > t@0/target-module@5000/cm_core_aon@0/ipu-cm@500/ipu1-clkctrl@20 > > Fix by dropping the of_node_put from the function. > > Reported-by: Naresh Kamboju <naresh.kamboju@xxxxxxxxxx> > Fixes: 6c3090520554 ("clk: ti: clkctrl: Fix hidden dependency to node name") > Signed-off-by: Tero Kristo <t-kristo@xxxxxx> > --- Applied to clk-fixes