On Thu, May 2, 2024 at 10:47 AM Uwe Kleine-König <u.kleine-koenig@xxxxxxxxxxxxxx> wrote: > > These drivers don't use the driver_data member of struct i2c_device_id, > so don't explicitly initialize this member. > > This prepares putting driver_data in an anonymous union which requires > either no initialization or named designators. But it's also a nice > cleanup on its own. There are some drivers that have other (than I²C) ID tables, which follow the same format. Can you also do the same with them for the sake of consistency? -- With Best Regards, Andy Shevchenko