diff options
| author | Ruan Jinjie <ruanjinjie@huawei.com> | 2023-07-27 20:40:43 +0800 |
|---|---|---|
| committer | Bartosz Golaszewski <bartosz.golaszewski@linaro.org> | 2023-07-29 15:50:44 +0200 |
| commit | 291bc793a0083ce69acc7ceb77c9ec7af4401093 (patch) | |
| tree | af52c62fcef19e69db20ed213972baafad97454a /drivers/cdx/controller/mcdi_functions.c | |
| parent | 92f7a35836c2e13ae5f0dc8c7f889e92f66a9d19 (diff) | |
gpio: omap: Remove redundant dev_err_probe() and zero value handle code
There is no need to call the dev_err_probe() 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.
And the code to handle bank->irq = 0 is redundant because
platform_get_irq() do not return 0.
Signed-off-by: Ruan Jinjie <ruanjinjie@huawei.com>
Reviewed-by: Andy Shevchenko <andy@kernel.org>
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Diffstat (limited to 'drivers/cdx/controller/mcdi_functions.c')
0 files changed, 0 insertions, 0 deletions
