Uwe Kleine-König cc4cbd4b4f media: Drop explicit initialization of struct i2c_device_id::driver_data to 0
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.

While add it, also remove commas after the sentinel entries.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
2024-08-09 07:56:37 +02:00
..
2024-03-15 11:36:54 -07:00
2024-01-22 17:23:59 +01:00
2023-08-10 07:58:41 +02:00
2023-12-13 13:21:21 +01:00
2024-02-23 14:33:32 +01:00
2024-06-04 08:31:26 +02:00
2024-06-15 11:16:40 +02:00