Re: [PATCH v1] platform/chrome: Drop unused assignment of platform_device_id driver data
Tzung-Bi Shih <[email protected]>
| Newsgroups | dev.linux.lists.chrome-platform,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Jun 17, 2026 at 12:04:13PM +0200, Uwe Kleine-König (The Capable Hub) wrote: > The drivers explicitly set the .driver_data member of struct > platform_device_id to zero without relying on that value. Drop these > unused assignments. > > While touching these arrays use a single space in the list terminator > consistently. > > Signed-off-by: Uwe Kleine-König (The Capable Hub) <[email protected]> For my reference, Reviewed-by: Tzung-Bi Shih <[email protected]>