]> git.baikalelectronics.ru Git - kernel.git/commit
drivers/perf: Remove redundant dev_err call in tx2_uncore_pmu_init_dev()
authorZou Wei <zou_wei@huawei.com>
Tue, 11 May 2021 06:42:44 +0000 (14:42 +0800)
committerWill Deacon <will@kernel.org>
Tue, 25 May 2021 17:57:19 +0000 (18:57 +0100)
commit315c75ef4489d53d106be13927e90580b1665493
treec95731273a108f197caf371a2d7291c72dfb2203
parent8f818fa637c55625a9374fa3ff1b3807be146038
drivers/perf: Remove redundant dev_err call in tx2_uncore_pmu_init_dev()

There is a error message within devm_ioremap_resource
already, so remove the dev_err call to avoid redundant
error message.

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Zou Wei <zou_wei@huawei.com>
Link: https://lore.kernel.org/r/1620715364-107460-1-git-send-email-zou_wei@huawei.com
Signed-off-by: Will Deacon <will@kernel.org>
drivers/perf/thunderx2_pmu.c