diff options
author | Nishka Dasgupta <nishkadg.linux@gmail.com> | 2019-08-08 13:17:20 +0530 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2019-08-10 10:29:19 +0200 |
commit | bf4b87b0d06aa3860e5b23d7b144a42c657d58c2 (patch) | |
tree | a66902e443a2f7a9827e14207f20e41101cd54ef /drivers/pinctrl/pinctrl-rza1.c | |
parent | 5a6bc29032700bcc1fb752dd58f73179a78d115b (diff) |
pinctrl: freescale: imx: Add of_node_put() before return
Each iteration of for_each_child_of_node() puts the previous node;
however, in the case of a return from the middle of the loop, there is no
put, thus causing a memory leak. Hence put of_node_put() statements as
required before two mid-loop return statements.
Issue found with Coccinelle.
Signed-off-by: Nishka Dasgupta <nishkadg.linux@gmail.com>
Link: https://lore.kernel.org/r/20190808074720.15754-1-nishkadg.linux@gmail.com
Reviewed-by: Philipp Zabel <p.zabel@pengutronix.de>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/pinctrl/pinctrl-rza1.c')
0 files changed, 0 insertions, 0 deletions