aboutsummaryrefslogtreecommitdiffstats
path: root/lib/memory-notifier-error-inject.c
diff options
context:
space:
mode:
authorWen Yang <[email protected]>2019-03-01 08:56:49 +0000
committerSimon Horman <[email protected]>2019-03-18 09:32:36 +0000
commit115bbc30c6d2d7c8eddf87f88c1b7033522d47d2 (patch)
tree4bc80a86a22455d96202ef66951eeba198d92b99 /lib/memory-notifier-error-inject.c
parentARM: shmobile: porter: enable R-Car Gen2 regulator quirk (diff)
downloadkernel-115bbc30c6d2d7c8eddf87f88c1b7033522d47d2.tar.gz
kernel-115bbc30c6d2d7c8eddf87f88c1b7033522d47d2.zip
ARM: shmobile: fix a leaked reference by adding missing of_node_put
The call to of_get_next_child returns a node pointer with refcount incremented thus it must be explicitly decremented after the last usage. Detected by coccinelle with the following warnings: ./arch/arm/mach-shmobile/pm-rcar-gen2.c:77:2-8: ERROR: missing of_node_put; acquired a node pointer with refcount incremented on line 66, but without a corresponding object release within this function. ./arch/arm/mach-shmobile/pm-rcar-gen2.c:85:2-8: ERROR: missing of_node_put; acquired a node pointer with refcount incremented on line 66, but without a corresponding object release within this function. ./arch/arm/mach-shmobile/pm-rcar-gen2.c:90:2-8: ERROR: missing of_node_put; acquired a node pointer with refcount incremented on line 66, but without a corresponding object release within this function. Signed-off-by: Wen Yang <[email protected]> Reviewed-by: Florian Fainelli <[email protected]> Reviewed-by: Geert Uytterhoeven <[email protected]> Signed-off-by: Simon Horman <[email protected]>
Diffstat (limited to 'lib/memory-notifier-error-inject.c')
0 files changed, 0 insertions, 0 deletions