Re: [PATCH v2 06/18] m68k: Replace setup_irq() by request_irq()

From: afzal mohammed
Date: Sat Feb 29 2020 - 07:42:17 EST


Hi Finn,

On Fri, Feb 28, 2020 at 09:38:20AM +1100, Finn Thain wrote:

> If you want to stop the compiler complaining about an unchecked return
> value, assuming that it does so, please consider using
>
> if (request_irq(...))
> pr_debug(...);
>
> That way there is no penalty paid for adding error messages that the
> original author apparently did not want.

Okay

Regards
afzal