From: Shannon Zhao Date: Mon, 29 Jun 2015 08:02:40 +0000 (+0100) Subject: arm64: perf: fix unassigned cpu_pmu->plat_device when probing PMU PPIs X-Git-Tag: omap-for-v4.2/fixes-rc1^2~22^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b265da5a45ce60bd3d7505cc0eaa6cfba50946a1;p=pandora-kernel.git arm64: perf: fix unassigned cpu_pmu->plat_device when probing PMU PPIs Commit d795ef9aa831 ("arm64: perf: don't warn about missing interrupt-affinity property for PPIs") added a check for PPIs so that we avoid parsing the interrupt-affinity property for these naturally affine interrupts. Unfortunately, this check can trigger an early (successful) return and we will not assign the value of cpu_pmu->plat_device. This patch fixes the issue. Signed-off-by: Shannon Zhao Signed-off-by: Will Deacon --- Reading git-diff-tree failed