Re: [PATCH v1 4/8] i2c: icy:pick Use named initializer for zorro_device_id arrays
Max Staudt <[email protected]>
| Newsgroups | org.kernel.vger.linux-m68k,org.kernel.vger.linux-i2c,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
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) <[email protected]> Thanks Uwe! Reviewed-by: Max Staudt <[email protected]>