Re: [PATCH v5 5/7] irqchip/imx-irqsteer: add NXP S32N79 support

From: Frank Li

Date: Mon Mar 09 2026 - 15:57:46 EST


From: Frank Li (AI-BOT) <frank.li@xxxxxxx>

> +static const struct irqsteer_devtype_data imx_data = {
> + .quirks = 0,
> +};

AI: Unnecessary to explicitly set `.quirks = 0` in imx_data; struct will be
zero-initialized. Remove for brevity.

Frank