diff options
author | Uwe Kleine-König <u.kleine-koenig@baylibre.com> | 2024-07-15 22:43:40 +0300 |
---|---|---|
committer | Bartosz Golaszewski <bartosz.golaszewski@linaro.org> | 2024-07-29 11:50:51 +0300 |
commit | c206d6be8605e9b564ef99a7fd7dcc406e3bda63 (patch) | |
tree | f2231aa23df8643d26fad75f0ddd190d453adff1 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 8400291e289ee6b2bf9779ff1c83a291501f017b (diff) | |
download | linux-c206d6be8605e9b564ef99a7fd7dcc406e3bda63.tar.xz |
gpio: 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://lore.kernel.org/r/20240715194341.1755599-2-u.kleine-koenig@baylibre.com
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions