From: David Ahern Date: Thu, 19 Mar 2015 20:05:57 +0000 (-0400) Subject: sparc: perf: Remove redundant perf_pmu_{en|dis}able calls X-Git-Tag: omap-for-v4.1/fixes-rc1~279^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b0d4b5514bbcce69b516d0742f2cfc84ebd6db3;p=pandora-kernel.git sparc: perf: Remove redundant perf_pmu_{en|dis}able calls perf_pmu_disable is called by core perf code before pmu->del and the enable function is called by core perf code afterwards. No need to call again within sparc_pmu_del. Ditto for pmu->add and sparc_pmu_add. Signed-off-by: David Ahern Acked-by: Bob Picco Signed-off-by: David S. Miller --- Reading git-diff-tree failed