diff options
author | Uwe Kleine-König <[email protected]> | 2024-06-24 15:24:33 +0200 |
---|---|---|
committer | Michael Ellerman <[email protected]> | 2024-06-28 22:08:05 +1000 |
commit | 38767dde5f7b691026a8481904a0ae1c9d74e647 (patch) | |
tree | aa72622840208352178b31a7af2322fa5efa09d6 /tools/perf/util/scripting-engines/trace-event-python.c | |
parent | f431a8cde7f102fce412546db6e62fdbde1131a7 (diff) |
macintosh: 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 <[email protected]>
Signed-off-by: Michael Ellerman <[email protected]>
Link: https://msgid.link/[email protected]
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions