mailbox:armada-37xx-rwtm:remove duplicate print in armada_37xx_mbox_probe()
authorTang Bin <tangbin@cmss.chinamobile.com>
Thu, 19 Mar 2020 14:03:47 +0000 (22:03 +0800)
committerJassi Brar <jaswinder.singh@linaro.org>
Fri, 20 Mar 2020 04:00:32 +0000 (23:00 -0500)
commit223a83bdcc56effed63661ac9ae209fea0223078
tree2e7badfce5424dfb794722fefab4889ed0f59e51
parent6c90b86a745a446717fdf408c4a8a4631a5e8ee3
mailbox:armada-37xx-rwtm:remove duplicate print in armada_37xx_mbox_probe()

In this function,we don't need dev_err() message because when something
goes wrong,platform_get_irq() and devm_platform_ioremap_resource() have
print an error message itself, so we should remove duplicate dev_err().

Signed-off-by: Tang Bin <tangbin@cmss.chinamobile.com>
Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org>
drivers/mailbox/armada-37xx-rwtm-mailbox.c