summaryrefslogtreecommitdiffstats
path: root/drivers/clk/ti
diff options
context:
space:
mode:
authorNishka Dasgupta <nishkadg.linux@gmail.com>2019-08-04 22:01:51 +0530
committerStephen Boyd <sboyd@kernel.org>2019-08-07 15:26:32 -0700
commitd432d04560301c6350158dc4a7e8275b331fd480 (patch)
tree744cdff49922927abf22dea961f9704f7e76f5da /drivers/clk/ti
parentd55841ce1115ce08614bde66a780211f4ea12ae1 (diff)
downloadlinux-d432d04560301c6350158dc4a7e8275b331fd480.tar.gz
linux-d432d04560301c6350158dc4a7e8275b331fd480.tar.bz2
linux-d432d04560301c6350158dc4a7e8275b331fd480.zip
clk: st: clk-flexgen: Add of_node_put() in st_of_flexgen_setup()
In function st_of_flexgen_setup, variable pnode takes the return value of of_get_parent, which gets a node but does not put it. If pnode is not put before the function returns, it may cause a memory leak. Hence put pnode after its last occurrence. Issue found with Coccinelle. Signed-off-by: Nishka Dasgupta <nishkadg.linux@gmail.com> Link: https://lkml.kernel.org/r/20190804163151.6511-1-nishkadg.linux@gmail.com Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'drivers/clk/ti')
0 files changed, 0 insertions, 0 deletions