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

Frank Li Frank.Li at nxp.com
Mon Mar 9 12:56:50 PDT 2026


From: Frank Li (AI-BOT) <frank.li at nxp.com>

> +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



More information about the linux-arm-kernel mailing list