android_kernel_samsung_a7y1.../drivers/pinctrl/samsung
Krzysztof Kozlowski db1a0d3d68 pinctrl: samsung: Fix device node refcount leaks in S3C64xx wakeup controller init
[ Upstream commit 7f028caadf6c37580d0f59c6c094ed09afc04062 ]

In s3c64xx_eint_eint0_init() the for_each_child_of_node() loop is used
with a break to find a matching child node.  Although each iteration of
for_each_child_of_node puts the previous node, but early exit from loop
misses it.  This leads to leak of device node.

Cc: <stable@vger.kernel.org>
Fixes: 61dd72613177 ("pinctrl: Add pinctrl-s3c64xx driver")
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2020-04-07 13:07:56 +02:00
..
Kconfig
Makefile
pinctrl-exynos.c
pinctrl-exynos.h
pinctrl-exynos5440.c
pinctrl-s3c24xx.c
pinctrl-s3c64xx.c pinctrl: samsung: Fix device node refcount leaks in S3C64xx wakeup controller init 2020-04-07 13:07:56 +02:00
pinctrl-samsung.c pinctrl: samsung: Fix device node refcount leaks in init code 2020-04-07 13:07:28 +02:00
pinctrl-samsung.h
secgpio_dvs.c
secgpio_dvs.h