drivers/perf: arm_spe_pmu: Avoid duplicate printouts
authorTang Bin <tangbin@cmss.chinamobile.com>
Thu, 2 Apr 2020 12:03:30 +0000 (20:03 +0800)
committerWill Deacon <will@kernel.org>
Thu, 30 Apr 2020 20:49:32 +0000 (21:49 +0100)
commit1f0d97bb7082ead69acc899cd5dae9deb8b91577
tree8327a5af9454b34d31715e79128641eae4fd245a
parent5810f00ade49f4710a9e834db5a3ad786a76e880
drivers/perf: arm_spe_pmu: Avoid duplicate printouts

platform_get_irq() already screams on failure, so the redundant call to
dev_err() can be removed.

Signed-off-by: Tang Bin <tangbin@cmss.chinamobile.com>
Link: https://lore.kernel.org/r/20200402120330.19468-1-tangbin@cmss.chinamobile.com
Signed-off-by: Will Deacon <will@kernel.org>
drivers/perf/arm_spe_pmu.c