summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorNicolas Saenz Julienne <nsaenzjulienne@suse.de>2018-12-03 13:21:01 +0100
committerDavid S. Miller <davem@davemloft.net>2018-12-04 20:42:35 -0800
commitecb239d96d369c23c33d41708646df646de669f4 (patch)
treec135bc75df1285eb58465a4430c86ef472624e1d /tools/perf/scripts/python
parent688838934c231bb08f46db687e57f6d8bf82709c (diff)
ethernet: fman: fix wrong of_node_put() in probe function
After getting a reference to the platform device's of_node the probe function ends up calling of_find_matching_node() using the node as an argument. The function takes care of decreasing the refcount on it. We are then incorrectly decreasing the refcount on that node again. This patch removes the unwarranted call to of_node_put(). Fixes: 414fd46e7762 ("fsl/fman: Add FMan support") Signed-off-by: Nicolas Saenz Julienne <nsaenzjulienne@suse.de> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions