Re: [PATCH v1 1/2] hwmon: cros_ec: Drop unused assignment of platform_device_id driver data
Guenter Roeck <[email protected]>
| Newsgroups | dev.linux.lists.chrome-platform,org.kernel.vger.linux-hwmon,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
On Wed, May 27, 2026 at 05:15:52PM +0200, Uwe Kleine-König (The Capable Hub) wrote: > The driver explicitly set the .driver_data member of struct > platform_device_id to zero without relying on that value. Drop this > unused assignments. > > While touching this array unify spacing and use named initializers for > .name. > > Signed-off-by: Uwe Kleine-König (The Capable Hub) <[email protected]> > Reviewed-by: Tzung-Bi Shih <[email protected]> > Acked-by: Thomas WeiÃschuh <[email protected]> Applied. Thanks, Guenter