Re: [PATCH] clk: imx6sll: fix missing of_node_put()

2018-07-25 Thread Stephen Boyd
Quoting Nicholas Mc Guire (2018-07-13 09:40:04) > 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 > Fixes: commit

Re: [PATCH] clk: imx6sll: fix missing of_node_put()

2018-07-25 Thread Stephen Boyd
Quoting Nicholas Mc Guire (2018-07-13 09:40:04) > 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 > Fixes: commit

Re: [PATCH] clk: imx6sll: fix missing of_node_put()

2018-07-25 Thread Stephen Boyd
Quoting Nicholas Mc Guire (2018-07-13 09:40:04) > 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 > Fixes: commit

Re: [PATCH] clk: imx6sll: fix missing of_node_put()

2018-07-25 Thread Stephen Boyd
Quoting Nicholas Mc Guire (2018-07-13 09:40:04) > 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 > Fixes: commit

[PATCH] clk: imx6sll: fix missing of_node_put()

2018-07-13 Thread Nicholas Mc Guire
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 Fixes: commit 4a5f720b6542 ("clk: imx: add clock driver for imx6sll") --- Problem

[PATCH] clk: imx6sll: fix missing of_node_put()

2018-07-13 Thread Nicholas Mc Guire
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 Fixes: commit 4a5f720b6542 ("clk: imx: add clock driver for imx6sll") --- Problem