Re: [PATCH v1] platform/chrome: Drop unused assignment of platform_device_id driver data
Tzung-Bi Shih <[email protected]> Mon, 29 Jun 2026 02:54:59 +0000
| 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.
>
> [...]
Applied to
https://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linux.git for-next
[1/1] platform/chrome: Drop unused assignment of platform_device_id driver data
commit: 200691f509fb77be78cd4b2d38b4e540a454bec3
Thanks!