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

From: Ciprian Marian Costea

Date: Tue Mar 10 2026 - 05:44:10 EST


On 3/9/2026 9:56 PM, Frank Li wrote:
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

I'll make this small change in V6.

Regards,
Ciprian