diff options
author | Uwe Kleine-König <[email protected]> | 2024-05-02 09:47:20 +0200 |
---|---|---|
committer | Mark Brown <[email protected]> | 2024-05-03 11:08:06 +0900 |
commit | ba2a2c378ada0cd641a1887151ea8af532617c69 (patch) | |
tree | 8e8a18e4c52942673ba964159dedbb78b6d5bde9 /lib/memory-notifier-error-inject.c | |
parent | 9723cab054d59d770cd1927f92fe315c26cc6a78 (diff) |
ASoC: codecs: 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]>
Reviewed-by: Andy Shevchenko <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'lib/memory-notifier-error-inject.c')
0 files changed, 0 insertions, 0 deletions