EDAC/ti: Remove redundant error messages
authorTang Bin <tangbin@cmss.chinamobile.com>
Wed, 11 Aug 2021 11:26:26 +0000 (19:26 +0800)
committerBorislav Petkov <bp@suse.de>
Thu, 7 Oct 2021 17:16:01 +0000 (19:16 +0200)
commit0b6d4ab2165c46c7f236744a2d05264f40172ae9
treef8e73da1b975b1c5499cb78a61974d97d2d0ef7a
parent9f4873fb6af7966de8fcbd95c36b61351c1c4b1f
EDAC/ti: Remove redundant error messages

In the function ti_edac_probe(), devm_ioremap_resource() and
platform_get_irq() already issue error messages when they fail so remove
the redundant error messages in the EDAC driver.

Signed-off-by: Tang Bin <tangbin@cmss.chinamobile.com>
Signed-off-by: Borislav Petkov <bp@suse.de>
Link: https://lkml.kernel.org/r/20210811112626.27848-1-tangbin@cmss.chinamobile.com
drivers/edac/ti_edac.c