From: Mark Rutland Date: Fri, 12 Aug 2011 09:42:48 +0000 (+0100) Subject: ARM: perf: make name of arm_pmu_type consistent X-Git-Tag: v3.1-rc5~9^2~13^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7fdd3c49629e8aab48dbd1b2f800854b0f93cba0;p=pandora-kernel.git ARM: perf: make name of arm_pmu_type consistent Commit f12482c9 ("ARM: 6974/1: pmu: refactor reservation") changed {release,reserve}_pmu to take an enum arm_pmu_type as a parameter, but inconsistently named the parameter `type' or `device'. It would be nice if these were consistent. This patch makes use of enum arm_pmu_type consistent, always using `type'. Related printks are updated, explicitly mentioning `type' also. Signed-off-by: Mark Rutland Signed-off-by: Will Deacon --- Reading git-diff-tree failed