commit | 660e1551939931657808d47838a3f443c0e83fd0 | [log] [tgz] |
---|---|---|
author | Peter Ujfalusi <peter.ujfalusi@ti.com> | Fri Mar 11 16:13:32 2016 +0200 |
committer | Stephen Boyd <sboyd@codeaurora.org> | Tue Apr 19 18:56:14 2016 -0700 |
tree | 2a3c63f35c3468391e284c614fbd18245053115f | |
parent | d5630b7a557aff4d107e5af2e73fb91ed707f442 [diff] |
clk: ti: dra7-atl-clock: Fix of_node reference counting of_find_node_by_name() will call of_node_put() on the node so we need to get it first to avoid warnings. The cfg_node needs to be put after we have finished processing the properties. Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com> Tested-by: Nishanth Menon <nm@ti.com> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>