diff options
author | Uwe Kleine-König <[email protected]> | 2024-07-08 17:09:12 +0200 |
---|---|---|
committer | Corey Minyard <[email protected]> | 2024-07-08 15:05:18 -0500 |
commit | 19a01155ddfe525e3a4e7cef734f18cce640b1ef (patch) | |
tree | b03d1c3d0afb98280f314ac3d64880e873903377 /lib/overflow_kunit.c | |
parent | 0627cef36145c9ff9845bdfd7ddf485bbac1f981 (diff) |
ipmi: 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 at it, also remove commas after the sentinel entries.
Signed-off-by: Uwe Kleine-König <[email protected]>
Message-Id: <[email protected]>
Signed-off-by: Corey Minyard <[email protected]>
Diffstat (limited to 'lib/overflow_kunit.c')
0 files changed, 0 insertions, 0 deletions