From: Stephen Boyd Date: Wed, 3 Jun 2015 20:53:37 +0000 (+0100) Subject: arm64: perf: Don't use of_node after putting it X-Git-Tag: omap-for-v4.2/fixes-rc1^2~22^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=18a11b5e79697ddc61e30181737c91ce21eaa859;p=pandora-kernel.git arm64: perf: Don't use of_node after putting it It's possible, albeit unlikely, that using the of_node here will reference freed memory. Call of_node_put() after printing the name to be safe. Signed-off-by: Stephen Boyd Signed-off-by: Will Deacon --- Reading git-diff-tree failed