diff options
author | Uwe Kleine-König <u.kleine-koenig@baylibre.com> | 2024-07-08 17:09:12 +0200 |
---|---|---|
committer | Corey Minyard <corey@minyard.net> | 2024-07-08 15:05:18 -0500 |
commit | 19a01155ddfe525e3a4e7cef734f18cce640b1ef (patch) | |
tree | b03d1c3d0afb98280f314ac3d64880e873903377 /drivers/soc/ti/Makefile | |
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 <u.kleine-koenig@baylibre.com>
Message-Id: <20240708150914.18190-2-u.kleine-koenig@baylibre.com>
Signed-off-by: Corey Minyard <corey@minyard.net>
Diffstat (limited to 'drivers/soc/ti/Makefile')
0 files changed, 0 insertions, 0 deletions