OSDN Git Service

mailbox: platform-mhu: Remove redundant dev_err()
authorRuan Jinjie <ruanjinjie@huawei.com>
Thu, 27 Jul 2023 10:41:37 +0000 (10:41 +0000)
committerJassi Brar <jaswinder.singh@linaro.org>
Tue, 5 Sep 2023 15:10:42 +0000 (10:10 -0500)
commit65d9aa3191432ec672f32291b047a00fe67d71cc
tree66e84846a05d77f10d9f80bc6689cb037426e5c8
parentad495a52d69653b48722411aae23df3a96e616e6
mailbox: platform-mhu: Remove redundant dev_err()

There is no need to call the dev_err() function directly to print a custom
message when handling an error from platform_get_irq() function as
it is going to display an appropriate error message in case of a failure.

Signed-off-by: Ruan Jinjie <ruanjinjie@huawei.com>
Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org>
drivers/mailbox/platform_mhu.c