Re: [PATCH v1] dpll: zl3073x: Use named initializers for struct i2c_device_id
From: Ivan Vecera
Date: Wed May 20 2026 - 02:53:37 EST
On 5/19/26 4:27 PM, 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>
LGTM...
Reviewed-by: Ivan Vecera <ivecera@xxxxxxxxxx>