Re: [PATCH v1] fbdev: vga16fb: Drop unused assignment of platform_device_id driver data
From: Helge Deller
Date: Tue Jun 23 2026 - 03:29:12 EST
On 6/17/26 11:44, Uwe Kleine-König (The Capable Hub) wrote:
The driver explicitly sets the .driver_data member of struct
platform_device_id to zero without relying on that value. Drop these
unused assignments.
While touching this array unify spacing and usage of commas and use
named initializers for .name.
Signed-off-by: Uwe Kleine-König (The Capable Hub) <u.kleine-koenig@xxxxxxxxxxxx>
---
drivers/video/fbdev/vga16fb.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
applied.
Thanks!
Helge