[PATCH 08/25] irqchip/armada-370-xp: Simplify is_percpu_irq() code

Andrew Lunn andrew at lunn.ch
Mon Jul 1 15:11:49 PDT 2024


On Mon, Jul 01, 2024 at 07:02:32PM +0200, Marek Behún wrote:
> Simplify the code in the is_percpu_irq() function. Instead of
>   if (condition)
>     return true;
>   return false;
> simply return condition.
> 
> Signed-off-by: Marek Behún <kabel at kernel.org>

Reviewed-by: Andrew Lunn <andrew at lunn.ch>

    Andrew



More information about the linux-arm-kernel mailing list