diff options
author | Uwe Kleine-König <[email protected]> | 2024-06-19 21:35:57 +0200 |
---|---|---|
committer | Lee Jones <[email protected]> | 2024-06-20 18:36:25 +0100 |
commit | bfd3587760498227510acc1b18c4299c7922ffe3 (patch) | |
tree | e815a01cf398af5f19a93f838d7bbaaf14c64204 /lib/debugobjects.c | |
parent | 7857f5c38d04a38e7a20060a6d370caf0424aa4e (diff) |
backlight: 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.
While add it, also remove commas after the sentinel entries.
Signed-off-by: Uwe Kleine-König <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Lee Jones <[email protected]>
Diffstat (limited to 'lib/debugobjects.c')
0 files changed, 0 insertions, 0 deletions