summaryrefslogtreecommitdiffstats
path: root/drivers/irqchip/irq-mmp.c
diff options
context:
space:
mode:
authorNishka Dasgupta <nishkadg.linux@gmail.com>2019-07-23 16:09:10 +0530
committerMarc Zyngier <maz@kernel.org>2019-07-26 14:27:22 +0100
commit321275f0d8f5939f2a98749fe03ee97ac97e73d0 (patch)
tree06f3adc62b87f1b7e29fcfe2fd1a5fb56a6c4d6a /drivers/irqchip/irq-mmp.c
parent34f8eb92ca053cbba2887bb7e4dbf2b2cd6eb733 (diff)
downloadlinux-321275f0d8f5939f2a98749fe03ee97ac97e73d0.tar.bz2
irqchip/irq-mbigen: Add of_node_put() before return
Each iteration of for_each_child_of_node puts the previous node, but in the case of a return from the middle of the loop, there is no put, thus causing a memory leak. Add an of_node_put before the return in three places. Issue found with Coccinelle. Signed-off-by: Nishka Dasgupta <nishkadg.linux@gmail.com> Signed-off-by: Marc Zyngier <maz@kernel.org>
Diffstat (limited to 'drivers/irqchip/irq-mmp.c')
0 files changed, 0 insertions, 0 deletions