diff options
author | Uwe Kleine-König <[email protected]> | 2024-07-10 09:30:50 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2024-07-10 13:57:40 +0200 |
commit | 41ea26a06ae5e329fb6ae22526999c8a23d82737 (patch) | |
tree | dd64be21363bff24d1b176fd4bf70992ea4d5118 /lib/memory-notifier-error-inject.c | |
parent | d504bfa6cfd1a37efd257b00f49cc47a58ebdabe (diff) |
usb: typec: Drop explicit initialization of struct i2c_device_id::driver_data to 0
These driver 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]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'lib/memory-notifier-error-inject.c')
0 files changed, 0 insertions, 0 deletions