]> git.baikalelectronics.ru Git - kernel.git/commit
arm64: perf: Remove unnecessary printk
authorSuzuki K. Poulose <suzuki.poulose@arm.com>
Fri, 12 Jun 2015 14:39:28 +0000 (15:39 +0100)
committerWill Deacon <will.deacon@arm.com>
Mon, 27 Jul 2015 10:08:38 +0000 (11:08 +0100)
commit9a354e9e3e8051c8aa29ae4d445b7c083774b7cb
treea5035e834aa149410bbcaad9b04ba2f26a9a8f39
parented5bcb8aebc0174d7396d6222e17a9773f9bdb9a
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 <suzuki.poulose@arm.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
arch/arm64/kernel/perf_event.c