From: Will Deacon Date: Fri, 21 Sep 2012 13:23:47 +0000 (+0100) Subject: ARM: perf: consistently use arm_pmu->name for PMU name X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~53^2^2~9^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0305230a3d92d6829db89c9e0c096d4d8733f317;p=pandora-kernel.git ARM: perf: consistently use arm_pmu->name for PMU name Perf has three ways to name a PMU: either by passing an explicit char *, reading arm_pmu->name or accessing arm_pmu->pmu.name. Just use arm_pmu->name consistently in the ARM backend. Signed-off-by: Will Deacon --- Reading git-diff-tree failed