summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNicolas Saenz Julienne <nsaenzjulienne@suse.de>2018-12-21 19:25:18 +0000
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-12-05 09:21:01 +0100
commitd393cc60c6ea2b74b42c799f8ae71ea8f38699cb (patch)
treeb0050b59fd4d6a87b48e0e57531248f03dd94645 /include
parent77a9b90d266b06abf3c90073b14fa83543b86234 (diff)
firmware: arm_sdei: fix wrong of_node_put() in init function
[ Upstream commit c3790b3799f8d75d93d26f6fd7bb569fc8c8b0cb ] After finding a "firmware" dt node arm_sdei tries to match it's compatible string with it. To do so it's calling of_find_matching_node() which already takes care of decreasing the refcount on the "firmware" node. We are then incorrectly decreasing the refcount on that node again. This patch removes the unwarranted call to of_node_put(). Signed-off-by: Nicolas Saenz Julienne <nsaenzjulienne@suse.de> Signed-off-by: James Morse <james.morse@arm.com> Signed-off-by: Will Deacon <will.deacon@arm.com> Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions