diff options
author | Uwe Kleine-König <u.kleine-koenig@baylibre.com> | 2024-12-02 12:36:41 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2024-12-02 17:58:37 +0000 |
commit | 8359ea9c119570fb5971379655661f77a3aafb1d (patch) | |
tree | e0cd353e45357d74871eb9193a06cf5fddc2f2e3 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 3787255c967ba64dc72adc3038f0cb81211bd297 (diff) |
ASoC: 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>
Link: https://patch.msgid.link/20241202113641.1003836-2-u.kleine-koenig@baylibre.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions