Yangtao Li 5f8c183a99 clk: imx7d: fix refcount leak in imx7d_clocks_init()
The of_find_compatible_node() returns a node pointer with refcount
incremented, but there is the lack of use of the of_node_put() when
done. Add the missing of_node_put() to release the refcount.

Signed-off-by: Yangtao Li <tiny.windzz@gmail.com>
Fixes: 8f6d8094b215 ("ARM: imx: add imx7d clk tree support")
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
2018-12-28 11:40:44 -08:00
..
2017-11-01 23:25:49 -07:00
2018-10-17 11:15:51 -07:00
2018-10-17 11:15:20 -07:00
2015-07-20 10:52:49 -07:00
2015-07-20 10:52:49 -07:00
2017-08-30 22:30:27 -07:00