Re: [PATCH v1 1/3] rtc: Drop unused assignment of platform_device_id driver data

From: Tzung-Bi Shih

Date: Thu May 28 2026 - 03:43:53 EST


On Thu, May 28, 2026 at 08:48:10AM +0200, Uwe Kleine-König (The Capable Hub) wrote:
> The two drivers explicitly set the .driver_data member of struct
> platform_device_id to zero without relying on that value. Drop this
> unused assignments.
>
> While touching these array unify spacing, usage of commas and use named
> initializers for .name.
>
> Signed-off-by: Uwe Kleine-König (The Capable Hub) <u.kleine-koenig@xxxxxxxxxxxx>

Reviewed-by: Tzung-Bi Shih <tzungbi@xxxxxxxxxx>