]> git.baikalelectronics.ru Git - kernel.git/commit
mailbox: bcm2835: Remove redundant dev_err call in bcm2835_mbox_probe()
authorZhihao Cheng <chengzhihao1@huawei.com>
Tue, 1 Jun 2021 08:24:54 +0000 (16:24 +0800)
committerJassi Brar <jaswinder.singh@linaro.org>
Sat, 26 Jun 2021 16:40:32 +0000 (11:40 -0500)
commit9de1c685a5b2ae21f500bf5d42d288e3a0b74828
treeba45f700512c182547a158daa9d4eabdd980289f
parent98977d3ab6481de82825116fdf910323d498b152
mailbox: bcm2835: Remove redundant dev_err call in bcm2835_mbox_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: Zhihao Cheng <chengzhihao1@huawei.com>
Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org>
drivers/mailbox/bcm2835-mailbox.c