diff options
author | Uwe Kleine-König <[email protected]> | 2024-05-08 09:20:26 +0200 |
---|---|---|
committer | Guenter Roeck <[email protected]> | 2024-05-09 12:56:06 -0700 |
commit | 2fa365974c3eb97f29ff2dbeff3e9011170e492c (patch) | |
tree | 9cf67cbc974f9944d8f0dae4159ebfb3103154e4 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 6a8157812f5b486d1fdabeefa070d75ae49220ee (diff) |
hwmon: Drop explicit initialization of struct i2c_device_id::driver_data to 0 (part 2)
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.
This is a follow up to commit d8a66f3621c2 ("hwmon: Drop explicit
initialization of struct i2c_device_id::driver_data to 0") which I
created before identifying a few corner cases in my conversion script.
Signed-off-by: Uwe Kleine-König <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Guenter Roeck <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions