Re: [PATCH v1 4/8] i2c: icy:pick Use named initializer for zorro_device_id arrays

From: Max Staudt

Date: Thu May 28 2026 - 04:05:50 EST


On 5/26/26 11:17 PM, Uwe Kleine-König (The Capable Hub) wrote:
Using named initializers is more explicit and thus easier to parse for a
human.

While touching this array, drop explicit zeros from the list terminator.

This change doesn't introduce changes to the compiled zorro_device_id
array.

Signed-off-by: Uwe Kleine-König (The Capable Hub) <u.kleine-koenig@xxxxxxxxxxxx>


Thanks Uwe!

Reviewed-by: Max Staudt <max@xxxxxxxxx>