diff options
author | Uwe Kleine-König <[email protected]> | 2024-09-06 16:11:33 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2024-09-06 19:18:32 +0200 |
commit | b39121354f95cdca77d7576a979c5cbe387a9eed (patch) | |
tree | b17dd3b55325f36bd6d716fe62297e981f39d489 /tools/perf/util/scripting-engines/trace-event-python.c | |
parent | 9d06852b249c24349ffcb162f0623d6d71f311b2 (diff) |
w1: ds2482: Drop explicit initialization of struct i2c_device_id::driver_data to 0
This driver doesn'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]>
Reviewed-by: Wolfram Sang <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Krzysztof Kozlowski <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions