Home
last modified time | relevance | path

Searched hist:"19 a01155ddfe525e3a4e7cef734f18cce640b1ef" (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/char/ipmi/
H A Dssif_bmc.cdiff 19a01155ddfe525e3a4e7cef734f18cce640b1ef Mon Jul 08 17:09:12 CEST 2024 Uwe Kleine-König <u.kleine-koenig@baylibre.com> 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>
H A Dipmi_ipmb.cdiff 19a01155ddfe525e3a4e7cef734f18cce640b1ef Mon Jul 08 17:09:12 CEST 2024 Uwe Kleine-König <u.kleine-koenig@baylibre.com> 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>
H A Dipmb_dev_int.cdiff 19a01155ddfe525e3a4e7cef734f18cce640b1ef Mon Jul 08 17:09:12 CEST 2024 Uwe Kleine-König <u.kleine-koenig@baylibre.com> 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>
H A Dipmi_ssif.cdiff 19a01155ddfe525e3a4e7cef734f18cce640b1ef Mon Jul 08 17:09:12 CEST 2024 Uwe Kleine-König <u.kleine-koenig@baylibre.com> 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>