]> git.itanic.dy.fi Git - linux-stable/commit
w1: Add missing of_node_put() in w1.c
authorLiang He <windhl@126.com>
Wed, 15 Jun 2022 12:51:05 +0000 (20:51 +0800)
committerKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Mon, 8 May 2023 06:14:52 +0000 (08:14 +0200)
commit51cbbcd6469b2a32e222ec220039af20a16f2769
treee7c5548a965ae06f94a4320cf2acff0f1c19475d
parentecaed1a26f7215f48420a9c02e229b84b5fbb882
w1: Add missing of_node_put() in w1.c

In __w1_attach_slave_device, we really need not to use of_node_put
in normal path as the reference is escaped by sl. However, we need
of_node_put in the fail path before put_device.

Signed-off-by: Liang He <windhl@126.com>
Link: https://lore.kernel.org/r/20220615125105.3966317-1-windhl@126.com
[krzysztof: fix whitespace / checkpatch]
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
drivers/w1/w1.c