summaryrefslogtreecommitdiff
path: root/drivers/target
diff options
context:
space:
mode:
authorLiang He <windhl@126.com>2022-06-15 20:51:05 +0800
committerKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>2023-05-08 08:14:52 +0200
commit51cbbcd6469b2a32e222ec220039af20a16f2769 (patch)
treee7c5548a965ae06f94a4320cf2acff0f1c19475d /drivers/target
parentecaed1a26f7215f48420a9c02e229b84b5fbb882 (diff)
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>
Diffstat (limited to 'drivers/target')
0 files changed, 0 insertions, 0 deletions