From: Suzuki K. Poulose Date: Fri, 12 Jun 2015 14:39:28 +0000 (+0100) Subject: arm64: perf: Remove unnecessary printk X-Git-Tag: omap-for-v4.3/fixes-rc1~98^2~93 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d23ed04de933625bc777cc474d2cd9a2a3fa860;p=pandora-kernel.git arm64: perf: Remove unnecessary printk ARM64 pmu prints an error message in event_init() when no hardware PMU is available. This is pretty annoying as it keeps printing the message for every single trial, flooding the kernel logs, unnecessarily. The return code is sufficient for the user to figure out the reason. Signed-off-by: Suzuki K. Poulose Signed-off-by: Will Deacon --- Reading git-diff-tree failed