diff options
author | Nishka Dasgupta <nishkadg.linux@gmail.com> | 2019-08-04 18:28:24 +0200 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2019-08-08 00:25:45 +0200 |
commit | d55841ce1115ce08614bde66a780211f4ea12ae1 (patch) | |
tree | 3fd5c8f9652512c568e60fcbf2a7c2b03011be41 /drivers/clk/st | |
parent | clk: versatile: Add of_node_put() in cm_osc_setup() (diff) | |
download | linux-d55841ce1115ce08614bde66a780211f4ea12ae1.tar.xz linux-d55841ce1115ce08614bde66a780211f4ea12ae1.zip |
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>
Diffstat (limited to 'drivers/clk/st')
0 files changed, 0 insertions, 0 deletions