Re: [PATCH] clk: cdce925: release child device nodes

2018-08-30 Thread Stephen Boyd
Quoting Alexey Khoroshilov (2018-08-21 14:05:32) > of_get_child_by_name() returns device node with refcount incremented, > but there is no decrement in cdce925_probe(). The patch adds one. > > Found by Linux Driver Verification project (linuxtesting.org). > > Signed-off-by: Alexey Khoroshilov >

Re: [PATCH] clk: cdce925: release child device nodes

2018-08-30 Thread Stephen Boyd
Quoting Alexey Khoroshilov (2018-08-21 14:05:32) > of_get_child_by_name() returns device node with refcount incremented, > but there is no decrement in cdce925_probe(). The patch adds one. > > Found by Linux Driver Verification project (linuxtesting.org). > > Signed-off-by: Alexey Khoroshilov >

[PATCH] clk: cdce925: release child device nodes

2018-08-21 Thread Alexey Khoroshilov
of_get_child_by_name() returns device node with refcount incremented, but there is no decrement in cdce925_probe(). The patch adds one. Found by Linux Driver Verification project (linuxtesting.org). Signed-off-by: Alexey Khoroshilov --- drivers/clk/clk-cdce925.c | 1 + 1 file changed, 1

[PATCH] clk: cdce925: release child device nodes

2018-08-21 Thread Alexey Khoroshilov
of_get_child_by_name() returns device node with refcount incremented, but there is no decrement in cdce925_probe(). The patch adds one. Found by Linux Driver Verification project (linuxtesting.org). Signed-off-by: Alexey Khoroshilov --- drivers/clk/clk-cdce925.c | 1 + 1 file changed, 1