On Thu, Jul 27, 2023 at 2:41 PM Ruan Jinjie <ruanjinjie@xxxxxxxxxx> wrote: > > 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@xxxxxxxxxx> > Reviewed-by: Andy Shevchenko <andy@xxxxxxxxxx> > --- Applied, thanks! Bart