Re: [PATCH 2/2] irqchip/apple-aic: Add support for "apple,t8122-aic3"

From: Thomas Gleixner

Date: Mon Jan 26 2026 - 10:52:18 EST


On Sun, Jan 25 2026 at 12:08, Janne Grunau wrote:
> +/*
> + * AIC v3 registers (MMIO)
> + */
> +

Pointless newline and please make this a /* Oneline comment */

> +#define AIC3_IRQ_CFG 0x10000
> +
> }
> + case 3:
> case 2: {

1 3 2 is a weird count order...

Thanks,

tglx