Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
clk: imx6ul: fix missing of_node_put()
of_find_compatible_node() is returning a device node with refcount incremented and must be explicitly decremented after the last use which is right after the us in of_iomap() here. Signed-off-by: Nicholas Mc Guire <hofrat@osadl.org> Fixes: 787b427 ("clk: imx: add imx6ul clk tree support") Signed-off-by: Stephen Boyd <sboyd@kernel.org>
- Loading branch information