linux-kernel-test/drivers/clk/davinci
Nishka Dasgupta d55841ce11 clk: davinci: pll: Add of_node_put() in of_davinci_pll_init()
The variable child in the function of_davinci_pll_init takes the value
of of_get_child_by_name, which gets a node but does not put it. If child
is not put before the function returns it may cause a memory leak. Hence
put child before two return statements.
Issue found with Coccinelle.

Signed-off-by: Nishka Dasgupta <nishkadg.linux@gmail.com>
Link: https://lkml.kernel.org/r/20190804162824.6338-1-nishkadg.linux@gmail.com
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
2019-08-07 15:25:45 -07:00
..
da8xx-cfgchip.c
Makefile
pll-da830.c
pll-da850.c clk: Remove io.h from clk-provider.h 2019-05-15 13:21:37 -07:00
pll-dm355.c
pll-dm365.c
pll-dm644x.c
pll-dm646x.c
pll.c clk: davinci: pll: Add of_node_put() in of_davinci_pll_init() 2019-08-07 15:25:45 -07:00
pll.h clk: davinci: Use the correct style for SPDX License Identifier 2019-05-01 13:01:11 -07:00
psc-da830.c
psc-da850.c
psc-dm355.c
psc-dm365.c
psc-dm644x.c
psc-dm646x.c
psc.c
psc.h clk: davinci: Use the correct style for SPDX License Identifier 2019-05-01 13:01:11 -07:00