From: Suzuki K. Poulose Date: Mon, 13 Apr 2015 09:17:55 +0000 (+0100) Subject: arm64: perf: Fix the pmu node name in warning message X-Git-Tag: omap-for-v4.2/wakeirq-drivers-v2~46^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8291fd04d86b97869bd34e796bcac3141b9d5432;p=pandora-kernel.git arm64: perf: Fix the pmu node name in warning message With commit d5efd9cc9cf2 ("arm64: pmu: add support for interrupt-affinity property"), we print a warning when we find a PMU SPI with a missing missing interrupt-affinity property in a pmu node. Unfortunately, we pass the wrong (NULL) device node to of_node_full_name, resulting in unhelpful messages such as: hw perfevents: Failed to parse /interrupt-affinity[0] This patch fixes the name to that of the pmu node. Fixes: d5efd9cc9cf2 (arm64: pmu: add support for interrupt-affinity property) Acked-by: Mark Rutland Signed-off-by: Suzuki K. Poulose Signed-off-by: Will Deacon --- Reading git-diff-tree failed