From: Stephen Boyd Date: Tue, 7 Jul 2015 17:17:05 +0000 (+0100) Subject: ARM: 8402/1: perf: Don't use of_node after putting it X-Git-Tag: omap-for-v4.3/fixes-merge-window~219^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e0c34b0d268f10d84cb3f79f59c140d545a553a;p=pandora-kernel.git ARM: 8402/1: 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 Signed-off-by: Russell King --- Reading git-diff-tree failed