diff options
author | Uwe Kleine-König <u.kleine-koenig@baylibre.com> | 2024-06-19 21:44:13 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-06-20 19:18:57 +0200 |
commit | 58be297b675d919e30a3804f9a08b546994e0d99 (patch) | |
tree | 0a50d2d43bb38e67a4c0eb7c80ef54f42645325c /tools/perf/scripts/python/gecko.py | |
parent | 5e02deadb85bc58563ec70e47aac790c384664a4 (diff) |
usb: misc: 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/20240619194413.2544537-2-u.kleine-koenig@baylibre.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/gecko.py')
0 files changed, 0 insertions, 0 deletions