diff options
author | Uwe Kleine-König <ukleinek@baylibre.com> | 2024-06-06 17:54:04 +0200 |
---|---|---|
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2024-06-13 19:19:23 +0100 |
commit | 4f9b4594bb09734b53212d23f8a4b78b7a3bdc2d (patch) | |
tree | 9d4f3b59701147c4d8a2099bc48e4c2f82fc8989 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 2aac3f9aec74b28ea73ad96efbcc0c56e5ff814f (diff) |
staging: iio: 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.
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@baylibre.com>
Reviewed-by: Nuno Sa <nuno.sa@analog.com>
Link: https://lore.kernel.org/r/20240606155407.499344-1-u.kleine-koenig@baylibre.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions