diff options
author | Nicolas Saenz Julienne <[email protected]> | 2019-01-26 10:38:29 -0600 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2019-01-31 16:19:48 +0100 |
commit | 32a66374487bbd78115747f0084cea5e8fca4c80 (patch) | |
tree | 21149016d32f38b39f88a9ed179dd5b9f1588499 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 5aa608348f86d90f05b16dec93963801e2dd4ef5 (diff) |
fpga: stratix10-soc: 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: e7eef1d7633a ("fpga: add intel stratix10 soc fpga manager driver")
Signed-off-by: Nicolas Saenz Julienne <[email protected]>
Acked-by: Alan Tull <[email protected]>
Acked-by: Moritz Fischer <[email protected]>
[atull: remove unnecessary braces]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions