From: Cyrill Gorcunov Date: Sat, 8 May 2010 11:25:53 +0000 (+0400) Subject: x86, perf: P4 PMU -- Get rid of redundant check for array index X-Git-Tag: v2.6.35-rc1~522^2~53 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f51b7119d052827dbb0e40c966acdf2bdc6f47f;p=pandora-kernel.git x86, perf: P4 PMU -- Get rid of redundant check for array index The caller already has done such a check. And it was wrong anyway, it had to be '>=' rather than '>' Signed-off-by: Cyrill Gorcunov Cc: Peter Zijlstra Cc: Frederic Weisbecker Cc: Lin Ming LKML-Reference: <20100508112717.130386882@openvz.org> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed