mailbox: arm_mhu_db: Remove redundant dev_err call in mhu_db_probe()
authorQiheng Lin <linqiheng@huawei.com>
Fri, 9 Apr 2021 11:07:54 +0000 (19:07 +0800)
committerJassi Brar <jaswinder.singh@linaro.org>
Wed, 14 Apr 2021 01:07:36 +0000 (20:07 -0500)
commita683246a069b13bb661033b8cda0355686b85443
tree4218d4829177e7c447b99ce9332a9200a5e7bcd3
parent6457f4cd7810fdd1bd7d261845898292e632ede8
mailbox: arm_mhu_db: Remove redundant dev_err call in mhu_db_probe()

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: Qiheng Lin <linqiheng@huawei.com>
Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org>
drivers/mailbox/arm_mhu_db.c