Re: [PATCH v1] watchdog: ziirave_wdt: Use named initializers for struct i2c_device_id

From: Guenter Roeck

Date: Mon May 18 2026 - 18:13:45 EST


On Mon, May 18, 2026 at 07:19:01PM +0200, Uwe Kleine-König (The Capable Hub) wrote:
> While being less compact, using named initializers allows to more easily
> see which members of the structs are assigned which value without having
> to lookup the declaration of the struct. And it's also more robust
> against changes to the struct definition.
>
> This patch doesn't modify the compiled arrays, only their representation
> in source form benefits. The former was confirmed with x86 and arm64
> builds.
>
> Signed-off-by: Uwe Kleine-König (The Capable Hub) <u.kleine-koenig@xxxxxxxxxxxx>

Applied.

Thanks,
Guenter