summaryrefslogtreecommitdiffstats
path: root/drivers/misc
diff options
context:
space:
mode:
authorNicolas Saenz Julienne <nsaenzjulienne@suse.de>2018-12-03 18:27:21 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-12-06 15:42:18 +0100
commitb50584832b4c8b774ec2596ae58fba9d9c4a668d (patch)
tree0c37762ae946f72f1becdfd1f13a6bbf6d0466ca /drivers/misc
parent8554e592bde88780bf8bcf4c7d3f8b9c51d27eb4 (diff)
downloadlinux-b50584832b4c8b774ec2596ae58fba9d9c4a668d.tar.gz
linux-b50584832b4c8b774ec2596ae58fba9d9c4a668d.tar.bz2
linux-b50584832b4c8b774ec2596ae58fba9d9c4a668d.zip
firmware: stratix10-svc: fix wrong of_node_put() in init function
After finding a "firmware" dt node stratix10 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(). Fixes: 7ca5ce896524 ("firmware: add Intel Stratix10 service layer driver") Signed-off-by: Nicolas Saenz Julienne <nsaenzjulienne@suse.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/misc')
0 files changed, 0 insertions, 0 deletions